[
https://issues.apache.org/jira/browse/HDFS-7805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334793#comment-14334793
]
Hudson commented on HDFS-7805:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #114 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/114/])
HDFS-7805. NameNode recovery prompt should be printed on console (Surendra
Singh Lilhore via Colin P. McCabe) (cmccabe: rev
faaddb6ecb44cdc9ef82a2ab392f64fc2561e938)
*
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/MetaRecoveryContext.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
> 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
> Fix For: 2.7.0
>
> Attachments: HDFS-7805.patch, HDFS-7805_1.patch
>
>
> 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)