We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per hudi-hive-sync docs, since we're talking about HMS sync, isn't the command something like
./run_sync_tool.sh \ --metastore-uris 'thrift://hive-metastore:9083' \ --partitioned-by city \ --base-path 's3a://warehouse/people' \ --database hudi_db \ --table people \ --sync-mode hms
The text was updated successfully, but these errors were encountered:
Hudi Hive Sync has three modes - JDBC, HMS and HIVEQL. https://github.com/apache/hudi/blob/master/hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveSyncClient.java#L94
I have added few comments on your PR for docs improvements.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Search before asking
Please describe the bug 🐞
Per hudi-hive-sync docs, since we're talking about HMS sync, isn't the command something like
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: