[
https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097313#comment-14097313
]
Allen Wittenauer commented on MAPREDUCE-5972:
---------------------------------------------
IMO, I'm a bit uncomfortable about this going into branch-2 since it changes a
typo in a parameter.
But we should fix it nonetheless.
> 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)