[ http://issues.apache.org/jira/browse/HADOOP-391?page=all ]
Doug Cutting resolved HADOOP-391.
---------------------------------
Fix Version/s: 0.5.0
Resolution: Fixed
I just committed this. Thanks!
> test-contrib with spaces in classpath (Windows)
> -----------------------------------------------
>
> Key: HADOOP-391
> URL: http://issues.apache.org/jira/browse/HADOOP-391
> Project: Hadoop
> Issue Type: Bug
> Reporter: Michel Tourn
> Fix For: 0.5.0
>
> Attachments: streaming.winspaces.patch
>
>
> On Windows, ant test-contrib (streaming) with fail if classpath contains
> spaces.
> - vargs.add(System.getProperty("java.class.path"));
> + vargs.add("\"" + System.getProperty("java.class.path") + "\"");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira