[ 
https://issues.apache.org/jira/browse/MAPREDUCE-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748919#action_12748919
 ] 

Dick King commented on MAPREDUCE-930:
-------------------------------------

The solution is a one-line change.

{{wd = FileSystem.getLocal(getConf()).getWorkingDirectory();}}

should become

{{wd = FileSystem.get(getConf()).getWorkingDirectory();}}

.  

> rumen should interpret job history log input paths with respect to default 
> FS, not local FS
> -------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-930
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-930
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Dick King
>            Assignee: Dick King
>            Priority: Minor
>
> This allows job history log file/directory names that don't specify a file 
> system to use the configured default FS instead of the local FS [when the 
> configured default is not the local].

-- 
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