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

Increasing 'spark.locality.wait' to value 30000 forever? #25

Closed
zma4 opened this issue Dec 17, 2015 · 2 comments
Closed

Increasing 'spark.locality.wait' to value 30000 forever? #25

zma4 opened this issue Dec 17, 2015 · 2 comments

Comments

@zma4
Copy link

zma4 commented Dec 17, 2015

I was trying to use h2o on a spark cluster launched through the spark-ec2 script on AWS. I follow the instruction at http://h2o-release.s3.amazonaws.com/sparkling-water/rel-1.5/6/index.html
At step 4, val h2oContext = new H2OContext(sc).start() a lot of "collect at H2OContextUtils.scala:54" were generated. The number of tasks inside grow exponentially, and it wouldn't proceed.
Does anyone have a tip on this? Thanks

@mmalohlava
Copy link
Member

Make sure, that TCP/UDP ports are opened between instances: by default ports 54321 (TCP) and 54322 (TCP & UDP) are used.

@zma4
Copy link
Author

zma4 commented Dec 18, 2015

Seems like I got a out-dated hadoop version. Update to 2.4 solved the issue. Thanks.

@zma4 zma4 closed this as completed Dec 18, 2015
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