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

Tsz Wo (Nicholas), SZE updated HADOOP-2835:
-------------------------------------------

    Component/s: fs
       Priority: Minor  (was: Major)
    Description: 
For example, if we do "hadoop fs -help get" before started a NameNode, we will 
get 
{code}
bash-3.2$ ./bin/hadoop fs -help get
08/02/14 15:59:52 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 1 time(s).
08/02/14 15:59:54 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 2 time(s).
08/02/14 15:59:56 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 3 time(s).
08/02/14 15:59:58 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 4 time(s).
08/02/14 16:00:00 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 5 time(s).
08/02/14 16:00:02 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 6 time(s).
08/02/14 16:00:04 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 7 time(s).
08/02/14 16:00:06 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 8 time(s).
08/02/14 16:00:08 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 9 time(s).
08/02/14 16:00:10 INFO ipc.Client: Retrying connect to server: 
some-host:some-port. Already tried 10 time(s).
Bad connection to FS. command aborted.
{code}
        Summary: "hadoop fs -help ..." should not require a NameNode to show 
help messages  (was: hadoop fs -help)

> "hadoop fs -help ..." should not require a NameNode to show help messages
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2835
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2835
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>
> For example, if we do "hadoop fs -help get" before started a NameNode, we 
> will get 
> {code}
> bash-3.2$ ./bin/hadoop fs -help get
> 08/02/14 15:59:52 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 1 time(s).
> 08/02/14 15:59:54 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 2 time(s).
> 08/02/14 15:59:56 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 3 time(s).
> 08/02/14 15:59:58 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 4 time(s).
> 08/02/14 16:00:00 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 5 time(s).
> 08/02/14 16:00:02 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 6 time(s).
> 08/02/14 16:00:04 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 7 time(s).
> 08/02/14 16:00:06 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 8 time(s).
> 08/02/14 16:00:08 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 9 time(s).
> 08/02/14 16:00:10 INFO ipc.Client: Retrying connect to server: 
> some-host:some-port. Already tried 10 time(s).
> Bad connection to FS. command aborted.
> {code}

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