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 2AF5B187D3 for ; Thu, 3 Sep 2015 13:46:47 +0000 (UTC) Received: (qmail 8906 invoked by uid 500); 3 Sep 2015 13:46:46 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 8809 invoked by uid 500); 3 Sep 2015 13:46:46 -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 8700 invoked by uid 99); 3 Sep 2015 13:46:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 13:46:46 +0000 Date: Thu, 3 Sep 2015 13:46:46 +0000 (UTC) From: "Tsuyoshi Ozawa (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10318) Incorrect reference to nodeFile in RumenToSLSConverter error message 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-10318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729058#comment-14729058 ] Tsuyoshi Ozawa commented on HADOOP-10318: ----------------------------------------- +1, checking this in. > Incorrect reference to nodeFile in RumenToSLSConverter error message > -------------------------------------------------------------------- > > Key: HADOOP-10318 > URL: https://issues.apache.org/jira/browse/HADOOP-10318 > Project: Hadoop Common > Issue Type: Bug > Reporter: Ted Yu > Assignee: Wei Yan > Priority: Minor > Labels: BB2015-05-TBR, newbie > Attachments: HADOOP-10318.patch > > > {code} > if (! nodeFile.getParentFile().exists() > && ! nodeFile.getParentFile().mkdirs()) { > System.err.println("ERROR: Cannot create output directory in path: " > + jsonFile.getParentFile().getAbsoluteFile()); > {code} > jsonFile on the last line should be nodeFile -- This message was sent by Atlassian JIRA (v6.3.4#6332)