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 18:08:06 UTC

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

sv2000 commented on a change in pull request #3293:
URL: https://github.com/apache/gobblin/pull/3293#discussion_r643371858



##########
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:
       @Will-Lo Thanks! Yes - it looks the changes backported to 1.6.8 are now fully released. We can drop the SNAPSHOT version and use the 1.6.8 released version.  




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