[
https://issues.apache.org/jira/browse/HADOOP-9600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668749#comment-13668749
]
Mostafa Elhemali commented on HADOOP-9600:
------------------------------------------
Thanks [~chuanliu]. I needed this change because I couldn't find a way to get
quoting to work in the "for" syntax when one of the arguments to the command is
quoted as well. Here's a simple repro of that problem:
{code}
md "c:\a b"
echo @echo Hi > "c:\a b\a.cmd"
echo for /f "delims=" %%A in ('"c:\a b\a.cmd" "X"') do set ABC=%%A > "c:\a
b\x.cmd"
"c:\a b\x.cmd"
{code}
This will fail with {quote}'c:\a' is not recognized as an internal or external
command, operable program or batch file. {quote}. Since the purpose of this for
statement is to assign the output to the JAVA_PLATFORM variable, I did this in
the alternate way instead.
> In Windows: Hadoop fails to run when JAVA_HOME has spaces in it
> ---------------------------------------------------------------
>
> Key: HADOOP-9600
> URL: https://issues.apache.org/jira/browse/HADOOP-9600
> Project: Hadoop Common
> Issue Type: Bug
> Environment: Windows
> Reporter: Mostafa Elhemali
> Assignee: Mostafa Elhemali
> Attachments: HADOOP-9600.2.patch, HADOOP-9600.3.patch,
> HADOOP-9600.patch
>
>
> hadoop-config.cmd misbehaves when JAVA_HOME has spaces in it (e.g. if Java is
> in c:\Program Files).
--
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