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 "minoru nishikubo (JIRA)" <ji...@apache.org> on 2011/01/11 10:51:47 UTC

[jira] Updated: (MAPREDUCE-2255) correct example code in /api/org/apache/hadoop/util/Tool.html

     [ https://issues.apache.org/jira/browse/MAPREDUCE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

minoru nishikubo updated MAPREDUCE-2255:
----------------------------------------

    Description: 
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);



  was:
a trivial miss spell in example code. But I wondered where Sort() was come from a few days.

<  int res = ToolRunner.run(new Configuration(), new Sort(), args);
---
>  int res = ToolRunner.run(new Configuration(), new MyApp(), args);




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