[
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101895#comment-14101895
]
Akira AJISAKA commented on MAPREDUCE-5972:
------------------------------------------
job.xml is generated automatically by MapReduce framework, so users don't set
the parameter 'programmatically'. However, users will affected if
# they are using a script to parse job.xml and search 'programatically'
# they are using a program to verify the resource of the configuration
I'll mark this issue as incompatible change and moving target version to 3.0.0.
> Fix typo 'programatically' in job.xml
> -------------------------------------
>
> Key: MAPREDUCE-5972
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5972
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 2.2.0
> Reporter: Akira AJISAKA
> Assignee: Akira AJISAKA
> Priority: Trivial
> Labels: newbie
> Attachments: MAPREDUCE-5972.patch
>
>
> In job.xml, there's a typo 'programatically' as the below if a property is
> set through program.
> {code}
> <property>
> <name>mapreduce.job.map.class</name>
> <value>org.apache.hadoop.examples.WordCount$TokenizerMapper</value>
> <source>programatically</source>
> </property>
> {code}
> should be 'programmatically'.
--
This message was sent by Atlassian JIRA
(v6.2#6252)