[
https://issues.apache.org/jira/browse/HADOOP-14228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Mészáros updated HADOOP-14228:
----------------------------------
Flags: (was: Patch)
Description:
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 ;-)
Github PR: https://github.com/apache/hadoop/pull/205
was:
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 ;-)
> 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
> Labels: easyfix
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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 ;-)
> Github PR: https://github.com/apache/hadoop/pull/205
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]