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

[jira] [Created] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Ivan Mitic created HADOOP-9026:
----------------------------------

             Summary: Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
                 Key: HADOOP-9026
                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 1-win
            Reporter: Ivan Mitic
            Assignee: Ivan Mitic


Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
 This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
 Repro:
 1. Create a folder C:\random()
 2. Add this path to %path%
 3. Start Hadoop command line

Error:
 "<path_after_c:\rand()>"; unexpected at this time

Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Chuan Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496829#comment-13496829 ] 

Chuan Liu commented on HADOOP-9026:
-----------------------------------

Hello, I am traveling and can only check my emails sporadically. I will respond to your message on or after Nov 23, 2012 (if not sooner). Thanks.

                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.2.patch, HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Updated] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Ivan Mitic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Mitic updated HADOOP-9026:
-------------------------------

    Attachment: HADOOP-9026.branch-1-win.pathfix.2.patch

Attaching updated patch. 
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.2.patch, HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Ivan Mitic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496778#comment-13496778 ] 

Ivan Mitic commented on HADOOP-9026:
------------------------------------

bq. Do we still need to remove '(x86)' in path after this change?
Good question Chuan. I actually think that we do not. I'll update the patch.
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495784#comment-13495784 ] 

Hadoop QA commented on HADOOP-9026:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553227/HADOOP-9026.branch-1-win.pathfix.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1733//console

This message is automatically generated.
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Updated] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Suresh Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-9026:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1-win
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

+1. Committed the patch to branch-1-win.

Thank you Ivan.
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>             Fix For: 1-win
>
>         Attachments: HADOOP-9026.branch-1-win.pathfix.2.patch, HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496827#comment-13496827 ] 

Hadoop QA commented on HADOOP-9026:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12553435/HADOOP-9026.branch-1-win.pathfix.2.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1739//console

This message is automatically generated.
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.2.patch, HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Updated] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Ivan Mitic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Mitic updated HADOOP-9026:
-------------------------------

    Status: Patch Available  (was: Open)
    
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Updated] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Ivan Mitic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Mitic updated HADOOP-9026:
-------------------------------

    Attachment: HADOOP-9026.branch-1-win.pathfix.patch

Attaching a proposal for a fix. 
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Chuan Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496792#comment-13496792 ] 

Chuan Liu commented on HADOOP-9026:
-----------------------------------

+1 Thanks for the fix!
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.2.patch, HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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

[jira] [Commented] (HADOOP-9026) Hadoop.cmd fails to initialize if user's %path% variable has parenthesis

Posted by "Chuan Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496770#comment-13496770 ] 

Chuan Liu commented on HADOOP-9026:
-----------------------------------

Do we still need to remove '(x86)' in path after this change?
                
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-9026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9026
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 1-win
>            Reporter: Ivan Mitic
>            Assignee: Ivan Mitic
>         Attachments: HADOOP-9026.branch-1-win.pathfix.patch
>
>
> Hadoop.cmd fails to initialize if user's %path% variable has parenthesis.
>  This happens in "updatepath" module while tring the add Hadoop_bin_path to %path%
>  Repro:
>  1. Create a folder C:\random()
>  2. Add this path to %path%
>  3. Start Hadoop command line
> Error:
>  "<path_after_c:\rand()>"; unexpected at this time
> Reported by Ramya Nimmagadda.

--
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