You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/01/01 23:28:13 UTC

[jira] [Updated] (HADOOP-7062) Single Node Setup example command line error

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

Rick Kellogg updated HADOOP-7062:
---------------------------------
    Summary: Single Node Setup example command line error  (was: Single Noe Setup example command line error)

> Single Node Setup example command line error
> --------------------------------------------
>
>                 Key: HADOOP-7062
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7062
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.21.0
>         Environment: CentOS 5.5, Sun JDK 1.6.0_05
>            Reporter: Chet Wang
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Example codes from: http://hadoop.apache.org/common/docs/r0.21.0/single_node_setup.html
> Section  "Standalone Operation"
> the line "bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+' " can not run correctly, because the example jar in the directory is "hadoop-mapred-examples-0.21.0.jar", include a revision number.
> the command should be " bin/hadoop jar hadoop*examples*.jar grep input output 'dfs[a-z.]+'  "
> And in section "Pseudo-Distributed Operation / Execution", also refered a command using hadoop*exapmples.jar, it also should be changed.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)