02-29-2016
02:09 AM
- last edited on
10-31-2017
05:33 AM
by
cjervis
When I start namenode : service hadoop-hdfs-namenode start
The outputs are :
starting namenode, logging to /var/log/hadoop-hdfs/hadoop-hdfs-namenode-quickstart.cloudera.out
log4j:ERROR Could not find value for key log4j.appender.RFA
log4j:ERROR Could not instantiate appender named "RFA".
log4j:WARN No appenders could be found for logger (org.apache.hadoop.hdfs.server.namenode.NameNode).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Started Hadoop namenode: [ OK ]
As you can see the namenode started but for the datanode :
[root@quickstart etc]# service hadoop-hdfs-datanode start
starting datanode, logging to /var/log/hadoop-hdfs/hadoop-hdfs-datanode-quickstart.cloudera.out
log4j:ERROR Could not find value for key log4j.appender.RFA
log4j:ERROR Could not instantiate appender named "RFA".
log4j:WARN No appenders could be found for logger (org.apache.hadoop.hdfs.server.datanode.DataNode).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Failed to start Hadoop datanode. Return value: 1 [FAILED]
Could anybody tell me how can I fix it ?
I'm using VMPlayer and CDH4 on Windows 7.
Thank you in advance for your help.
05-07-2017 12:50 PM
How did you solve this? I have just encountered the exact same problem
10-20-2017 05:20 PM
04-15-2018 07:01 AM
I am getting below error. Can any one help me?
[root@quickstart init.d]# cat /var/log/hadoop-yarn/yarn-yarn-proxyserver-quickstart.cloudera.out
log4j:ERROR Could not find value for key log4j.appender.RFA
log4j:ERROR Could not instantiate appender named "RFA".
log4j:WARN No appenders could be found for logger (org.apache.hadoop.yarn.server.webproxy.WebAppProxyServer).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
04-15-2018 07:26 PM
@HarpreetSingh @guineapig @SandyCT @rdmar
were you folks are not able to fire a simple hadoop fs shell command ?
how are you starting the hdfs daemons ?
whats the cloudera manager web ui shows about the namenode and datanode ?
you should be able to pull us the full log trace from /var/log/ location .
04-15-2018 07:50 PM