Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-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 1F7EC18353 for ; Thu, 24 Sep 2015 19:20:05 +0000 (UTC) Received: (qmail 69179 invoked by uid 500); 24 Sep 2015 19:20:04 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 69122 invoked by uid 500); 24 Sep 2015 19:20:04 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 69109 invoked by uid 99); 24 Sep 2015 19:20:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 19:20:04 +0000 Date: Thu, 24 Sep 2015 19:20:04 +0000 (UTC) From: "zhihai xu (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-8436) NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14906860#comment-14906860 ] zhihai xu commented on HADOOP-8436: ----------------------------------- This patch is missing in branch-2, Will commit it to branch-2 shortly. > NPE In getLocalPathForWrite ( path, conf ) when the required context item is not configured > ------------------------------------------------------------------------------------------- > > Key: HADOOP-8436 > URL: https://issues.apache.org/jira/browse/HADOOP-8436 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 2.0.0-alpha > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Fix For: 3.0.0 > > Attachments: HADOOP-8436.patch, HADOOP-8436_1.patch, HADOOP-8436_1.patch.txt > > > Call dirAllocator.getLocalPathForWrite ( path , conf ); > without configuring "dfs.client.buffer.dir".. > {noformat} > java.lang.NullPointerException > at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.confChanged(LocalDirAllocator.java:261) > at org.apache.hadoop.fs.LocalDirAllocator$AllocatorPerContext.getLocalPathForWrite(LocalDirAllocator.java:365) > at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:134) > at org.apache.hadoop.fs.LocalDirAllocator.getLocalPathForWrite(LocalDirAllocator.java:113) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)