Z1Wu commented on code in PR #7182:
URL: https://github.com/apache/kyuubi/pull/7182#discussion_r2330299210
##########
kyuubi-server/pom.xml:
##########
@@ -123,6 +123,33 @@
<version>${kyuubi-relocated.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-client</artifactId>
+ <version>2.5.12-hadoop3</version>
Review Comment:
We use 2.5.12 and 1.4.9 in our production environment. And 2.5.12 client
seems able to fetch token from servers of those two versions.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]