[jira] [Created] (HADOOP-9313) Remove spurious mkdir from hadoop-config.cmd
Ivan Mitic created HADOOP-9313: -- Summary: Remove spurious mkdir from hadoop-config.cmd Key: HADOOP-9313 URL: https://issues.apache.org/jira/browse/HADOOP-9313 Project: Hadoop Common Issue Type: Bug Reporter: Ivan Mitic The following mkdir seems to have been accidentally added to Windows cmd script and should be removed: {code} mkdir c:\tmp\dir1 {code} -- 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
Re: [jira] [Created] (HADOOP-9313) Remove spurious mkdir from hadoop-config.cmd
On Sunday, February 17, 2013, Ivan Mitic (JIRA) wrote: Ivan Mitic created HADOOP-9313: > -- > > Summary: Remove spurious mkdir from hadoop-config.cmd > Key: HADOOP-9313 > URL: https://issues.apache.org/jira/browse/HADOOP-9313 > Project: Hadoop Common > Issue Type: Bug > Reporter: Ivan Mitic > > > The following mkdir seems to have been accidentally added to Windows cmd > script and should be removed: > {code} > mkdir c:\tmp\dir1 > {code} > > > -- > 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 >