You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Joe Mészáros (JIRA)" <ji...@apache.org> on 2017/03/24 09:45:41 UTC

[jira] [Created] (HADOOP-14228) Fix getNumMapTasks() documentation in JobConf

Joe Mészáros created HADOOP-14228:
-------------------------------------

             Summary: Fix getNumMapTasks() documentation in JobConf
                 Key: HADOOP-14228
                 URL: https://issues.apache.org/jira/browse/HADOOP-14228
             Project: Hadoop Common
          Issue Type: Bug
          Components: contrib/cloud, documentation
            Reporter: Joe Mészáros
            Priority: Minor


The original description of the getNumMapTasks() method in JobConf was invalid, because it referenced to the number of reducer tasks instead of the map tasks.

 from: Get configured the number of reduce tasks for this job.
  to: Get the configured number of map tasks for this job.

It was maybe the result of a tricky copy-paste ;-)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org