[
https://issues.apache.org/jira/browse/GOBBLIN-1454?focusedWorklogId=604679&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604679
]
ASF GitHub Bot logged work on GOBBLIN-1454:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 01/Jun/21 18:21
Start Date: 01/Jun/21 18:21
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_r643380322
##########
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:
This should be done in a separate PR, I'll go open one today for the
dependencies so this can stay clean.
--
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: 604679)
Time Spent: 1h 40m (was: 1.5h)
> 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 40m
> 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)