We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
earthquakesan
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: