Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.2.0
-
None
-
-
Incompatible change
-
Fix a typo. If a configuration is set through program, the source of the configuration is set to 'programmatically' instead of 'programatically' now.
Description
In job.xml, there's a typo 'programatically' as the below if a property is set through program.
<property>
<name>mapreduce.job.map.class</name>
<value>org.apache.hadoop.examples.WordCount$TokenizerMapper</value>
<source>programatically</source>
</property>
should be 'programmatically'.