You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ivan Mitic (JIRA)" <ji...@apache.org> on 2013/02/18 02:39:13 UTC

[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

Posted by Jaigak Song <ja...@gmail.com>.
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
>