[ https://issues.apache.org/jira/browse/MAPREDUCE-4395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415165#comment-13415165 ]
Hudson commented on MAPREDUCE-4395: ----------------------------------- Integrated in Hadoop-Common-trunk-Commit #2478 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2478/]) MAPREDUCE-4395. Possible NPE at ClientDistributedCacheManager#determineTimestamps (Bhallamudi via bobby) (Revision 1362052) Result = SUCCESS bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1362052 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/StringUtils.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestStringUtils.java * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt > Possible NPE at ClientDistributedCacheManager#determineTimestamps > ----------------------------------------------------------------- > > Key: MAPREDUCE-4395 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4395 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: distributed-cache, job submission, mrv2 > Affects Versions: 2.0.0-alpha, trunk > Reporter: Bhallamudi Venkata Siva Kamesh > Assignee: Bhallamudi Venkata Siva Kamesh > Priority: Critical > Fix For: 2.1.0-alpha, 3.0.0 > > Attachments: MAPREDUCE-4395-1.patch, MAPREDUCE-4395.patch > > > {code:title=ClientDistributedCacheManager#determineTimestamps|borderStyle=solid} > URI[] tfiles = DistributedCache.getCacheFiles(job); > {code} > It may be possible that tfiles array contains *null* as it's entry, and > subsequently leads to NPE. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira