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 B13DF100DF for ; Tue, 9 Jul 2013 21:33:50 +0000 (UTC) Received: (qmail 45753 invoked by uid 500); 9 Jul 2013 21:33:50 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 45719 invoked by uid 500); 9 Jul 2013 21:33:50 -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 45710 invoked by uid 99); 9 Jul 2013 21:33:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 21:33:50 +0000 Date: Tue, 9 Jul 2013 21:33:50 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-8873) Port HADOOP-8175 (Add mkdir -p flag) to branch-1 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-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira AJISAKA updated HADOOP-8873: ---------------------------------- Attachment: HADOOP-8873-1.patch > Port HADOOP-8175 (Add mkdir -p flag) to branch-1 > ------------------------------------------------ > > Key: HADOOP-8873 > URL: https://issues.apache.org/jira/browse/HADOOP-8873 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 1.2.0 > Reporter: Eli Collins > Assignee: Akira AJISAKA > Labels: newbie > Attachments: HADOOP-8873-1.patch > > > Per HADOOP-8551 let's port the mkdir -p option to branch-1 for a 1.x release to help users transition to the new shell behavior. In Hadoop 2.x mkdir currently requires the -p option to create parent directories but a program that specifies it won't work on 1.x since it doesn't support this option. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira