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

When workers fail to launch how do you find out why #28

Open
jpfairbanks opened this issue Aug 24, 2016 · 1 comment
Open

When workers fail to launch how do you find out why #28

jpfairbanks opened this issue Aug 24, 2016 · 1 comment

Comments

@jpfairbanks
Copy link
Contributor

In the example for the yarn cluster manager, I get a timeout when launching the workers. How can I find out why they are failing to launch in order to debug it? I guess i need to look at some log files somewhere.

@tanmaykm
Copy link
Member

There may be some errors logged in Yarn logs.
In a standalone installation, it is usually the $HADOOP_HOME/logs folder.

While launching a lot of workers, the error are usually:

  • Not enough resources. Yarn can not fulfill the request. Yarn would log these errors.
  • Default time-out is too less. Specify a higher launch_timeout while creating the cluster manager.

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

2 participants