[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981613#action_12981613
 ] 

minoru nishikubo commented on MAPREDUCE-2255:
---------------------------------------------

> Hi Minoru. First, thanks for helping to contribute! Would you mind uploading 
> a single patch file taken from the root of the SVN checkout (eg using svn 
> diff)? Please see the "Creating a patch" section in 
> http://wiki.apache.org/hadoop/HowToContribute if you need a pointer. 

Hello Todd! Thank you for your kindness!!
I setup subversion and checked out the source from trunk, someone (perhaps 
you?) already fixed the source.


> correct example code in /api/org/apache/hadoop/util/Tool.html
> -------------------------------------------------------------
>
>                 Key: MAPREDUCE-2255
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2255
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.20.2
>         Environment: None
>            Reporter: minoru nishikubo
>            Priority: Trivial
>         Attachments: Tool.html.patch, Tool.java.patch
>
>
> a trivial mistake(?) in example code. But I wondered where Sort() was come 
> from for a few days.
> <  int res = ToolRunner.run(new Configuration(), new Sort(), args);
> ---
> >  int res = ToolRunner.run(new Configuration(), new MyApp(), args);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to