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 "Ananth Vikram Bommireddipalli (JIRA)" <ji...@apache.org> on 2013/07/31 20:30:02 UTC

[jira] [Created] (MAPREDUCE-5438) JavaDoc generates partially for MultithreadedMapRunner

Ananth Vikram Bommireddipalli created MAPREDUCE-5438:
--------------------------------------------------------

             Summary: JavaDoc generates partially for MultithreadedMapRunner
                 Key: MAPREDUCE-5438
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5438
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: documentation
            Reporter: Ananth Vikram Bommireddipalli
            Assignee: Sandeep Dukkipati
            Priority: Minor


The following code in MultithreadedMapRunner.java does not get published to the HTML docs correctly.

This is what actually appears in the HTML docs:
"It can be used instead of the default implementation, "

This is what *should* appear:
/**
 * Multithreaded implementation for @link org.apache.hadoop.mapred.MapRunnable.
 * <p>
 * It can be used instead of the default implementation,
 * @link org.apache.hadoop.mapred.MapRunner, when the Map operation is not CPU
 * bound in order to improve throughput.
 * <p>
 * Map implementations using this MapRunnable must be thread-safe.
 * <p>
 * The Map-Reduce job has to be configured to use this MapRunnable class (using
 * the JobConf.setMapRunnerClass method) and
 * the number of thread the thread-pool can use with the
 * <code>mapred.map.multithreadedrunner.threads</code> property, its default
 * value is 10 threads.
 * <p>
 */

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira