Mapreduce tether test fails on Windows
--------------------------------------

                 Key: AVRO-912
                 URL: https://issues.apache.org/jira/browse/AVRO-912
             Project: Avro
          Issue Type: Bug
            Reporter: Thiruvalluvan M. G.
            Assignee: Thiruvalluvan M. G.


The problems are:
1. The executable filename is passed around as a URL. Windows filenames are 
valid URLs.
2. Typical windows user's home directory is {{c:\Documents and 
Settings\username}}. Maven puts the downloaded jar files under {{$HOME/.m2}}. 
So the classpath has several directories with space in their names. Splitting 
command line arguments using space generates invalid classpath.
3. Hadoop's {{TaskLog.captureOutAndError()}} generates command line for unix 
systems using bash. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to