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

Starting namenode + datanode(s) before resourcemanager #3

Closed
kartoch opened this issue Nov 11, 2016 · 1 comment
Closed

Starting namenode + datanode(s) before resourcemanager #3

kartoch opened this issue Nov 11, 2016 · 1 comment
Assignees
Labels

Comments

@kartoch
Copy link

kartoch commented Nov 11, 2016

resourcemanager cannot start if it cannot write to the HDFS, so it is require to wait that namenode + datanode(s) are ready.

At the present time the only solution is to start in two steps:

> docker-compose up -d namenode datanode1 datanode2 datanode3
[...]
> docker-compose up -d resourcemanager historyserver nodemanager1
@earthquakesan earthquakesan self-assigned this Nov 24, 2016
@earthquakesan
Copy link
Member

@kartoch this can be solved with healthchecks now. Check this one for example:
https://github.com/big-data-europe/docker-spark/blob/2.0.0-hadoop2.7-hive-java8/docker-compose.yml

I will update the docker-compose snippets accordingly.

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

No branches or pull requests

2 participants