[
https://issues.apache.org/jira/browse/MAPREDUCE-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784430#action_12784430
]
Steve Loughran commented on MAPREDUCE-879:
------------------------------------------
underlying cause is that -c isn't an option for stat on OS/X; instead the
arguments are taken as paths, which then fail
{code}
stat . -c %A:%U:%G
234881026 4327070 drwxr-xr-x 20 slo staff 0 680 "Dec 1 20:49:15 2009" "Dec 1
20:59:19 2009" "Dec 1 20:59:19 2009" "Aug 21 12:12:38 2009" 4096 0 0 .
stat: -c: stat: No such file or directory
stat: %A:%U:%G: stat: No such file or directory
{code}
> 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:
> 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.