zeppelin icon indicating copy to clipboard operation
zeppelin copied to clipboard

[ZEPPELIN-5694] Support apache kyuubi

Open huage1994 opened this issue 3 years ago • 6 comments

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

huage1994 avatar Jul 01 '22 12:07 huage1994

Thanks for the contribution @huage1994, is kerbose also supported? And it is better to give example how to enable kyuubi features via jdbc interpreter

zjffdu avatar Jul 01 '22 23:07 zjffdu

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.

huage1994 avatar Jul 02 '22 10:07 huage1994

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.

huage1994 avatar Jul 09 '22 12:07 huage1994

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.

huage1994 avatar Aug 25 '22 02:08 huage1994

Sorry for the late response @huage1994 , PR LGTM, trigger the CI again and wait for its result before merge

zjffdu avatar Sep 18 '22 08:09 zjffdu

Sorry for the late response @huage1994 , PR LGTM, trigger the CI again and wait for its result before merge

Thanks!

huage1994 avatar Sep 19 '22 13:09 huage1994

Logs and result data are mixed in the query result. How to solve this problem?

20231205-152852(WeLinkPC)

Ganlz avatar Dec 05 '23 07:12 Ganlz

Can kyuubi be used in zeppelin? When will the new version be released?

smileyboy2019 avatar Dec 07 '23 03:12 smileyboy2019

Can kyuubi be used in zeppelin? When will the new version be released?

It's already supported to use Kyuubi as a JDBC dialect

pan3793 avatar Dec 07 '23 05:12 pan3793