[HUDI-2864] Fix README and scripts with current limitations of hive sync (#4129)
* Fix README with current limitations of hive sync * Fix README with current limitations of hive sync * Fix dep issue * Fix Copy on Write flow Co-authored-by: Rajesh Mahindra <rmahindra@Rajeshs-MacBook-Pro.local>
This commit is contained in:
@@ -11,21 +11,11 @@
|
||||
"hoodie.table.name": "hudi-test-topic",
|
||||
"hoodie.table.type": "MERGE_ON_READ",
|
||||
"hoodie.metadata.enable": "false",
|
||||
"hoodie.base.path": "hdfs://namenode:8020/user/hive/warehouse/hudi-test-topic",
|
||||
"hoodie.base.path": "file:///tmp/hoodie/hudi-test-topic",
|
||||
"hoodie.datasource.write.recordkey.field": "volume",
|
||||
"hoodie.datasource.write.partitionpath.field": "date",
|
||||
"hoodie.schemaprovider.class": "org.apache.hudi.schema.SchemaRegistryProvider",
|
||||
"hoodie.deltastreamer.schemaprovider.registry.url": "http://localhost:8082/subjects/hudi-test-topic/versions/latest",
|
||||
"hoodie.kafka.commit.interval.secs": 60,
|
||||
"hoodie.meta.sync.enable": "true",
|
||||
"hoodie.meta.sync.classes": "org.apache.hudi.hive.HiveSyncTool",
|
||||
"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",
|
||||
"hive.metastore.client.socket.timeout": "1500s"
|
||||
"hoodie.kafka.commit.interval.secs": 60
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user