n3nash opened a new pull request #1605:
URL: https://github.com/apache/incubator-hudi/pull/1605
## What is the purpose of the pull request
Adding ability to use hive metastore client instead of jdbc for hive table
registration using spark datasource. This is needed for cases where Hive/HMS
connections are secure. The thrift URL for HMS connection takes care of this
automatically whereas for JDBC we would have to implement this in Hudi to
support such cases. This is already added in HiveSyncConfig for HiveSyncTool,
this PR just allows the ability to override that config through spark datasource
## Committer checklist
- [ ] Has a corresponding JIRA in PR title & commit
- [ ] Commit message is descriptive of the change
- [ ] CI is green
- [ ] Necessary doc changes done or have another open PR
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]