[ 
https://issues.apache.org/jira/browse/GOBBLIN-1454?focusedWorklogId=604631&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604631
 ]

ASF GitHub Bot logged work on GOBBLIN-1454:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Jun/21 17:10
            Start Date: 01/Jun/21 17:10
    Worklog Time Spent: 10m 
      Work Description: 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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 604631)
    Time Spent: 1h 20m  (was: 1h 10m)

> NPE when trying to fetch delegation tokens for multiple remote namenodes
> ------------------------------------------------------------------------
>
>                 Key: GOBBLIN-1454
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1454
>             Project: Apache Gobblin
>          Issue Type: Bug
>    Affects Versions: 0.15.0
>            Reporter: Dushyant Kumar
>            Priority: Critical
>             Fix For: 0.16.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When the application tries to fetch delegation tokens for multiple remote 
> namenodes (>1), the current implementation of
>  getRemoteFSTokenFromURI method doesn't wait for initialization of all the 
> elements of path ("ps") array before calling
>  obtainTokensForNamenodes leading to NPE when the fileSystem of an 
> uninitialized path is accessed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to