pan3793 commented on code in PR #4738:
URL: https://github.com/apache/zeppelin/pull/4738#discussion_r1529783200
##########
docs/interpreter/jdbc.md:
##########
@@ -916,11 +912,15 @@ Dependencies
<th>Excludes</th>
</tr>
<tr>
- <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.6.1-incubating</td>
+ <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.9.0</td>
<td></td>
</tr>
<tr>
- <td>org.apache.hive:hive-jdbc:3.1.2</td>
+ <td>org.apache.hadoop:hadoop-client-api:3.3.6</td>
Review Comment:
There are several approaches(including Hadoop UGI) to use Kerberos with
`kyuubi-hive-jdbc-shaded`, the current Zeppelin JDBC Interpreter only
implements the UGI approach, so Hadoop deps are required. I can extend the
Zeppelin code to support the JDK JAAS based Kerberos authentication to get rid
of Hadoop deps in the future
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]