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

YARN is killing containers #648

Closed
keith-turner opened this issue Apr 22, 2016 · 3 comments
Closed

YARN is killing containers #648

keith-turner opened this issue Apr 22, 2016 · 3 comments

Comments

@keith-turner
Copy link
Contributor

I have noticed that while running webindex for long periods on EC2 that YARN kills Fluo workers because they are using too much memory. I think if the java -Xmx setting may be too close to the Yarn memory limit. Need to figure out how to adjust this using Twill.

@keith-turner
Copy link
Contributor Author

Used the advice in this email from twill dev list and it worked really well. Set twill to reserve 1G and gave workers 5G while running webindex and workers ran for long periods of time w/o being killed.

@keith-turner
Copy link
Contributor Author

I added support for configuring the reserved memory in apache/fluo-muchos#139 and its working well.

@keith-turner
Copy link
Contributor Author

Re-opened this because I realized Fluo core needs some documentation for this issue.

@keith-turner keith-turner reopened this May 6, 2016
keith-turner added a commit that referenced this issue May 24, 2016
Closes #648 - Added documentation to help users if YARN is killing co…
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