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

cannot run worldcount #36

Open
lixiang-ucas opened this issue Dec 5, 2016 · 3 comments
Open

cannot run worldcount #36

lixiang-ucas opened this issue Dec 5, 2016 · 3 comments

Comments

@lixiang-ucas
Copy link

i follow the instructions and successful startup the hadoop using ./start_hadoop.sh. But when i run the wordcount example, i got this messages, and it just stop there:

root@hadoop-master:~# ./run-wordcount.sh
mkdir: cannot create directory 'input': File exists
16/12/05 15:03:01 INFO client.RMProxy: Connecting to ResourceManager at hadoop-master/172.18.0.2:8032
16/12/05 15:03:02 INFO input.FileInputFormat: Total input paths to process : 2
16/12/05 15:03:02 INFO mapreduce.JobSubmitter: number of splits:2
16/12/05 15:03:02 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1480950171648_0001
16/12/05 15:03:02 INFO impl.YarnClientImpl: Submitted application application_1480950171648_0001
16/12/05 15:03:02 INFO mapreduce.Job: The url to track the job: http://hadoop-master:8088/proxy/application_1480950171648_0001/
16/12/05 15:03:02 INFO mapreduce.Job: Running job: job_1480950171648_0001

@eugen0329
Copy link

You can debug the process by visiting http://localhost:8088/cluster/scheduler. If everything is configured correctly you will see Active Nodes count different than zero.

My issue was tied with a simple lack of disk space.

@saikishor
Copy link

I am not able to see anything in local http://localhost:8088/cluster/scheduler. this link you mentioned. Its says "The connection was reset". Is there nay possible way?

@lonngxiang
Copy link

Retrying connect to server: hadoop-master/172.20.0.2
:8032. i got this error

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

4 participants