danny0405 commented on code in PR #8816:
URL: https://github.com/apache/hudi/pull/8816#discussion_r1206603576
##########
website/docs/syncing_metastore.md:
##########
@@ -157,7 +157,7 @@ WITH (
'path' = '${db_path}/t1',
'table.type' = 'COPY_ON_WRITE', --If MERGE_ON_READ, hive query will not
have output until the parquet file is generated
'hive_sync.enable' = 'true', -- Required. To enable hive synchronization
- 'hive_sync.mode' = 'jdbc', -- Required. Setting hive sync mode to hms,
default jdbc
+ 'hive_sync.mode' = 'jdbc', -- Required. Setting hive sync mode to
jdbc, default hms. (Before 0.13, the default sync mode was jdbc.)
'hive_sync.metastore.uris' = 'thrift://${ip}:9083', -- Required. The port
need set on hive-site.xml
'hive_sync.jdbc_url'='jdbc:hive2://${ip}:10000', -- required, hiveServer
port
Review Comment:
Thanks, can we also update the doc of release 0.13.x.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]