[ 
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: 3.0.0  (was: 2.6.0)
        Release Note: Fix a typo. If a configuration is set through program, 
the source of the configuration is set to 'programmatically' instead of 
'programatically'.
        Hadoop Flags: Incompatible change

> 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)

Reply via email to