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 "Zhijie Shen (JIRA)" <ji...@apache.org> on 2013/05/24 22:55:20 UTC

[jira] [Created] (MAPREDUCE-5272) A Minor Error in Javadoc of TestMRWithDistributedCache in Branch-1

Zhijie Shen created MAPREDUCE-5272:
--------------------------------------

             Summary: A Minor Error in Javadoc of TestMRWithDistributedCache in Branch-1
                 Key: MAPREDUCE-5272
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5272
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Zhijie Shen
            Assignee: Zhijie Shen
            Priority: Trivial



{code}
/**
  * Tests the use of the
  * {@link org.apache.hadoop.mapreduce.filecache.DistributedCache} within the
  * full MR flow as well as the LocalJobRunner. This ought to be part of the
  * filecache package, but that package is not currently in mapred, so cannot
  * depend on MR for testing.
  */
{code}

It should be org.apache.hadoop.filecache.DistributedCache instead. Branch-1 doesn't have org.apache.hadoop.mapreduce.filecache.DistributedCache

--
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