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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2013/06/04 01:58:20 UTC

[jira] [Updated] (MAPREDUCE-5245) A number of public static variables are removed from JobConf

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

Arun C Murthy updated MAPREDUCE-5245:
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-beta
           Status: Resolved  (was: Patch Available)

+1. I just committed this. Thanks [~zjshen]!
                
> A number of public static variables are removed from JobConf
> ------------------------------------------------------------
>
>                 Key: MAPREDUCE-5245
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5245
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>            Reporter: Zhijie Shen
>            Assignee: Zhijie Shen
>             Fix For: 2.1.0-beta
>
>         Attachments: MAPREDUCE-5245.1.patch, MAPREDUCE-5245.2.patch
>
>
> A number of public static variables are removed from JobConf:
> boolean DEFAULT_MAPREDUCE_RECOVER_JOB	 
> String MAPREDUCE_RECOVER_JOB	 	 
> String WORKFLOW_ADJACENCY_PREFIX_PATTERN	 
> String WORKFLOW_ADJACENCY_PREFIX_STRING	 
> String WORKFLOW_ID	 
> String WORKFLOW_NAME	 
> String WORKFLOW_NODE_NAME	 
> String WORKFLOW_TAGS
> The workflow related variables are moved to MRJobConfig.
> The follwing public static variables becomes default:
> String MAPRED_JOB_MAP_MEMORY_MB_PROPERTY	 
> String MAPRED_JOB_REDUCE_MEMORY_MB_PROPERTY
> The variables there are no longer referred internally in 2.x, but they might be used by users as they were public.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira