You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured everything well on my computer (eclipse Luna, hadoop 2.6.0 on Windows7 x64), and started a hadoop cluster with three datanodes. And then when I try to run word-count job in eclipse, the console shows some log4j information as follows:
log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration.deprecation).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
That's all, no more messages, and I couldnot find any information of such job from JobHistory (http://master:19888/jobhistory/app). However, when I check the output on hadoop cluster like this
hadoop dfs -cat /output/wordcount/part-r-00000 | head
I can get the right result, which means my hadoop cluster runs well.
I have configured everything well on my computer (eclipse Luna, hadoop 2.6.0 on Windows7 x64), and started a hadoop cluster with three datanodes. And then when I try to run word-count job in eclipse, the console shows some log4j information as follows:
That's all, no more messages, and I couldnot find any information of such job from JobHistory (http://master:19888/jobhistory/app). However, when I check the output on hadoop cluster like this
I can get the right result, which means my hadoop cluster runs well.
So, here is the question, is that a bug, or I did something wrong on my eclipse? Thanks.
The text was updated successfully, but these errors were encountered: