You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Dick King (JIRA)" <ji...@apache.org> on 2009/10/01 22:55:23 UTC

[jira] Created: (MAPREDUCE-1051) mapred.local.dir gets a hardcoded Path in MiniMRCluster.

mapred.local.dir gets a hardcoded Path in MiniMRCluster.
--------------------------------------------------------

                 Key: MAPREDUCE-1051
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1051
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Dick King
            Priority: Minor


In the MiniMRCluster.JobTrackerRunner.run() method, there's a hardcoded filename and then Path name.  This should be fixed to get its value from a system property.

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


[jira] Commented: (MAPREDUCE-1051) mapred.local.dir gets a hardcoded Path in MiniMRCluster.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761341#action_12761341 ] 

Konstantin Boudnik commented on MAPREDUCE-1051:
-----------------------------------------------

And what if the system property isn't set? Will be there any default value set? M.b. the current hard coded one?

> mapred.local.dir gets a hardcoded Path in MiniMRCluster.
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-1051
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1051
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Dick King
>            Priority: Minor
>
> In the MiniMRCluster.JobTrackerRunner.run() method, there's a hardcoded filename and then Path name.  This should be fixed to get its value from a system property.

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