surendra singh lilhore created HDFS-7805:
--------------------------------------------
Summary: NameNode recovery prompt should be printed on console
Key: HDFS-7805
URL: https://issues.apache.org/jira/browse/HDFS-7805
Project: Hadoop HDFS
Issue Type: Bug
Components: namenode
Affects Versions: 2.6.0
Reporter: surendra singh lilhore
Assignee: surendra singh lilhore
In my cluster root logger is not console, so when I run namenode recovery tool
MetaRecoveryContext.java prompt message is logged in log file.
Actually is should be display on console.
Currently it is like this
{code}
LOG.info(prompt);
{code}
It should be
{code}
System.err.print(prompt);
{code}
NameNode recovery prompt should be printed on console
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)