Skip to content

Commit

Permalink
add mysql backend ops for catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed Feb 20, 2024
1 parent 2a75a0e commit 82c4e8c
Show file tree
Hide file tree
Showing 19 changed files with 571 additions and 1,272 deletions.
1 change: 0 additions & 1 deletion LICENSE.bin
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@
Mozilla Public License

Javassist
H2 Database Engine


This product bundles various third-party components also placed in
Expand Down
5 changes: 0 additions & 5 deletions core/src/main/java/com/datastrato/gravitino/Configs.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ public interface Configs {
String ENTITY_RELATIONAL_JDBC_BACKEND_PASSWORD_KEY =
"gravitino.entity.store.relational.jdbcPassword";

String MYSQL_ENTITY_STORE_URL_KEY = "gravitino.entity.store.mysql.url";
String MYSQL_ENTITY_STORE_DRIVER_NAME_KEY = "gravitino.entity.store.mysql.driverName";
String MYSQL_ENTITY_STORE_USERNAME_KEY = "gravitino.entity.store.mysql.username";
String MYSQL_ENTITY_STORE_PASSWORD_KEY = "gravitino.entity.store.mysql.password";

String ENTITY_KV_ROCKSDB_BACKEND_PATH_KEY = "gravitino.entity.store.kv.rocksdbPath";

Long DEFAULT_KV_DELETE_AFTER_TIME = 604800000L; // 7 days
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 82c4e8c

Please sign in to comment.