[HUDI-4324] Remove use_jdbc config from hudi sync (#6072)
* [HUDI-4324] Remove use_jdbc config from hudi sync * Users should use HIVE_SYNC_MODE instead
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
"hoodie.datasource.hive_sync.table": "huditesttopic",
|
||||
"hoodie.datasource.hive_sync.partition_fields": "date",
|
||||
"hoodie.datasource.hive_sync.partition_extractor_class": "org.apache.hudi.hive.MultiPartKeysValueExtractor",
|
||||
"hoodie.datasource.hive_sync.use_jdbc": "false",
|
||||
"hoodie.datasource.hive_sync.mode": "hms",
|
||||
"dfs.client.use.datanode.hostname": "true",
|
||||
"hive.metastore.uris": "thrift://hivemetastore:9083",
|
||||
|
||||
Reference in New Issue
Block a user