You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/06/01 17:10:15 UTC

[GitHub] [gobblin] Will-Lo commented on a change in pull request #3293: [GOBBLIN-1454] Fix NPE when trying to fetch delegation tokens for multiple remote namenodes

Will-Lo commented on a change in pull request #3293:
URL: https://github.com/apache/gobblin/pull/3293#discussion_r643319723



##########
File path: gradle/scripts/dependencyDefinitions.gradle
##########
@@ -180,9 +180,9 @@ ext.externalDependency = [
     /**
      * Avoiding conflicts with Hive 1.x versions existed in the classpath
      */
-    "orcMapreduce":"org.apache.orc:orc-mapreduce:1.6.8-SNAPSHOT:nohive",
-    "orcCore": "org.apache.orc:orc-core:1.6.8-SNAPSHOT:nohive",
-    "orcTools":"org.apache.orc:orc-tools:1.6.8-SNAPSHOT",
+    "orcMapreduce":"org.apache.orc:orc-mapreduce:1.7.0-SNAPSHOT:nohive",

Review comment:
       I think we should stay on 1.6.8 and no longer use the snapshot version, as we needed a patch from it before it was released but it looks like it was fully released May 21st. @sv2000 




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