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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/09/08 22:14:28 UTC

[jira] [Updated] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml (and a few other places)

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

Allen Wittenauer updated MAPREDUCE-5972:
----------------------------------------
    Summary: Fix typo 'programatically' in job.xml (and a few other places)  (was: Fix typo 'programatically' in job.xml)

> Fix typo 'programatically' in job.xml (and a few other places)
> --------------------------------------------------------------
>
>                 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.3.4#6332)