[
https://issues.apache.org/jira/browse/MAPREDUCE-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13629328#comment-13629328
]
Hudson commented on MAPREDUCE-4981:
-----------------------------------
Integrated in Hadoop-trunk-Commit #3599 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/3599/])
MAPREDUCE-4981. Add WordMean, WordMedian, WordStandardDeviation to
ExamplesDriver. Contributed by Plamen Jeliazkov. (Revision 1467076)
Result = SUCCESS
shv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1467076
Files :
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/ExampleDriver.java
> WordMean, WordMedian, WordStandardDeviation missing from ExamplesDriver
> -----------------------------------------------------------------------
>
> Key: MAPREDUCE-4981
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4981
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 3.0.0, 2.0.3-alpha
> Reporter: Plamen Jeliazkov
> Assignee: Plamen Jeliazkov
> Priority: Minor
> Fix For: 3.0.0, 2.0.5-beta
>
> Attachments: MAPREDUCE-4981.patch
>
>
> https://issues.apache.org/jira/browse/MAPREDUCE-2669 introduced 3 new
> MapReduce examples, but they were never added to the ExamplesDriver.
> This JIRA proposes to add them to the ExamplesDriver. I have ran them myself
> and can confirm the examples still work as intended.
> As a workaround for now, people can still run them by:
> bin/hadoop org.apache.hadoop.examples.WordMean <input file/dir path> <output
> dir path>
> bin/hadoop org.apache.hadoop.examples.WordMedian <input file/dir path>
> <output dir path>
> bin/hadoop org.apache.hadoop.examples.WordStandardDeviation <input file/dir
> path> <output dir path>
> Post-patch, people will be able to run them by:
> bin/hadoop jar /HADOOP_PATH/share/lib/mapreduce-examples.jar
> <wordmean|wordmedian|wordstandarddeviation> <input file/dir path> <output dir
> path>
> Just like they do for running the wordcount example.
--
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