Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-5972

Fix typo 'programatically' in job.xml (and a few other places)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.2.0
    • 3.0.0-alpha1
    • 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&lt;/name>
        <value>org.apache.hadoop.examples.WordCount$TokenizerMapper</value>
        <source>programatically</source>
      </property>
      

      should be 'programmatically'.

      Attachments

        1. MAPREDUCE-5972.patch
          8 kB
          Akira Ajisaka

        Activity

          People

            aajisaka Akira Ajisaka
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: