zeppelin
zeppelin copied to clipboard
[ZEPPELIN-5694] Support apache kyuubi
What is this PR for?
Give an example to use Apache Kyuubi in JDBC interpreter.
What type of PR is it?
Documentation
Please leave your type of PR only
Todos
- [ ] - Task
What is the Jira issue?
- Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-5694
How should this be tested?
- CI passed
Screenshots (if appropriate)
Questions:
- Does the licenses files need to update? No
- Is there breaking changes for older versions? No
- Does this needs documentation? Yes
Thanks for the contribution @huage1994, is kerbose also supported? And it is better to give example how to enable kyuubi features via jdbc interpreter
And it is better to give example how to enable kyuubi features via jdbc interpreter
Thanks @zjffdu a lot for suggestion ! I would improve it.
Hi all!
I have updated the doc for the review of @pan3793 .
And though we now use KyuubiHiveDriver, I found the following code still relies on HiveDriver.
if (jdbcURL != null && jdbcURL.startsWith("jdbc:hive2://")) {
HiveUtils.startHiveMonitorThread(statement, context,
Boolean.parseBoolean(getProperty("hive.log.display", "true")), this);
}
I would fix this problem.
Thanks for the contribution @huage1994, is kerbose also supported? And it is better to give example how to enable kyuubi features via jdbc interpreter
Hi @zjffdu , kerberos is supported now. Could you help review that? Sorry for my late rely, 🤣 I met some problems with usage of Kerberos and all of them had been fixed.
Sorry for the late response @huage1994 , PR LGTM, trigger the CI again and wait for its result before merge
Sorry for the late response @huage1994 , PR LGTM, trigger the CI again and wait for its result before merge
Thanks!
Logs and result data are mixed in the query result. How to solve this problem?
Can kyuubi be used in zeppelin? When will the new version be released?
Can kyuubi be used in zeppelin? When will the new version be released?
It's already supported to use Kyuubi as a JDBC dialect