Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hadoop2.6.0-eclipse-plugin] Miss console output in eclipse #22

Open
weyo opened this issue Mar 17, 2015 · 0 comments
Open

[hadoop2.6.0-eclipse-plugin] Miss console output in eclipse #22

weyo opened this issue Mar 17, 2015 · 0 comments

Comments

@weyo
Copy link

weyo commented Mar 17, 2015

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.

"kerberos" 1
"simple" 1
(asf) 1
(default) 1
(kerberos) 1
(root 1
(specified 1
(the 9
--> 24
00 1

So, here is the question, is that a bug, or I did something wrong on my eclipse? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant