[ https://issues.apache.org/jira/browse/MAPREDUCE-5972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated MAPREDUCE-5972:
-------------------------------------
Target Version/s: 2.6.0
Status: Patch Available (was: Open)
> 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)
|