[ 
https://issues.apache.org/jira/browse/MAPREDUCE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sreekanth Ramakrishnan updated MAPREDUCE-879:
---------------------------------------------

    Attachment: mapreduce-879-1.patch

Attaching a patch fixing the issue, instead of using stat the patch uses the 
following which outputs in same format as stat -c command used
{noformat}
ls -l -d path | awk '{print $1":"$3":"$4}
{noformat}

The long format of the file listing on mac and linux are same and we are pretty 
much safe on all OS's which share the same long format listing.

Tested the the test case on linux and mac both passed successfully.

> TestTaskTrackerLocalization fails on MAC OS
> -------------------------------------------
>
>                 Key: MAPREDUCE-879
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-879
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>         Environment: Mac OS X 10.5.7
>            Reporter: Devaraj Das
>            Assignee: Vinod K V
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: mapreduce-879-1.patch, 
> TEST-org.apache.hadoop.mapred.TestTaskTrackerLocalization.txt
>
>
> TestTaskTrackerLocalization failed on an 'ant test' run.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to