alberttwong commented on code in PR #458: URL: https://github.com/apache/incubator-xtable/pull/458#discussion_r1627912146
########## 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 \ +--base-path 's3a://warehouse/people' \ +--database hudi_db \ Review Comment: This was specific to the new docker demo with S3. The problem I found was that people needed a working example and not a syntax example. -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org