alberttwong commented on code in PR #458: URL: https://github.com/apache/incubator-xtable/pull/458#discussion_r1627910462
########## website/docs/hms.md: ########## @@ -127,6 +127,16 @@ cd $HUDI_HOME/hudi-sync/hudi-hive-sync --table <tableName> ``` +```shell md title="example for s3 with HMS" +./run_sync_tool.sh \ +--metastore-uris 'thrift://hive-metastore:9083' \ +--partitioned-by city \ Review Comment: Partition Field isn't an option in https://hudi.apache.org/docs/syncing_metastore/ -- 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]
