You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/03/27 08:59:34 UTC

[GitHub] [drill] ihuzenko commented on a change in pull request #2038: DRILL-6604: Upgrade Drill Hive client to Hive3.1 version

ihuzenko commented on a change in pull request #2038: DRILL-6604: Upgrade Drill Hive client to Hive3.1 version
URL: https://github.com/apache/drill/pull/2038#discussion_r399113251
 
 

 ##########
 File path: contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/BaseTestHiveImpersonation.java
 ##########
 @@ -97,11 +99,29 @@ protected static void prepHiveConfAndData() throws Exception {
   }
 
   protected static void startHiveMetaStore() throws Exception {
-    final int port = MetaStoreUtils.findFreePort();
+    Class<?> metaStoreUtilsClass;
+    Class<?> hadoopThriftAuthBridgeClass;
+    Class<?> confClass;
+    Object hadoopThriftAuthBridge;
+    // TODO: remove reflection stuff when all supported profiles will be switched to Hive 3+ version
 
 Review comment:
   It would be good to add Jira ticket to the comment. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services