Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E42549C7D for ; Wed, 4 Jul 2012 12:16:38 +0000 (UTC) Received: (qmail 20703 invoked by uid 500); 4 Jul 2012 12:16:38 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 20147 invoked by uid 500); 4 Jul 2012 12:16:36 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 20031 invoked by uid 99); 4 Jul 2012 12:16:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2012 12:16:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AA8C9142854 for ; Wed, 4 Jul 2012 12:16:34 +0000 (UTC) Date: Wed, 4 Jul 2012 12:16:34 +0000 (UTC) From: "Bhallamudi Venkata Siva Kamesh (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <259340670.3017.1341404194700.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MAPREDUCE-4395) Possible NPE at ClientDistributedCacheManager#determineTimestamps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bhallamudi Venkata Siva Kamesh created MAPREDUCE-4395: --------------------------------------------------------- Summary: 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: 3.0.0 Reporter: Bhallamudi Venkata Siva Kamesh Assignee: Bhallamudi Venkata Siva Kamesh {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