zhouyifan279 commented on a change in pull request #1053:
URL: https://github.com/apache/incubator-kyuubi/pull/1053#discussion_r705030143



##########
File path: kyuubi-server/pom.xml
##########
@@ -63,7 +63,33 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-client-runtime</artifactId>
-            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.hive</groupId>
+            <artifactId>hive-metastore</artifactId>

Review comment:
       Sounds reasonable. Let me check whether the current code can work with 
different versions of Hive metastore.
   
   If it works, maybe we can implement an isolated HiveMetaStoreClient later 
when we need to use other HiveMetaStoreClient methods. 
   If not, I will add a new sub-task and complete it.  And we can turn off 
HiveDelegationToken renewal before this sub-task completes.
   




-- 
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]


Reply via email to