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 "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/07/16 21:02:04 UTC

[jira] [Created] (MAPREDUCE-5972) Fix typo 'programatically' in job.xml

Akira AJISAKA created MAPREDUCE-5972:
----------------------------------------

             Summary: 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


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)