You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (Commented) (JIRA)" <ji...@apache.org> on 2011/10/06 20:10:30 UTC

[jira] [Commented] (AVRO-912) Mapreduce tether test fails on Windows

    [ https://issues.apache.org/jira/browse/AVRO-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122121#comment-13122121 ] 

Doug Cutting commented on AVRO-912:
-----------------------------------

+1 Changes look good to me and tests pass on Linux.
                
> 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.
>         Attachments: AVRO-912.patch
>
>
> 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