-
Notifications
You must be signed in to change notification settings - Fork 12
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
hdfs fail to launch after mantl-api DELETE & POST #44
Comments
@iharush Are you seeing resource offers in Mesos? Are you able to launch other tasks via Marathon? |
marathon is still functional. the issue is that not all the hdfs-mesos task launched, the namenode & datanodes did not come up. yes, the mesos offers keeps coming but none of them is accepted.
|
@iharush can you try removing the hdfs data directories from each worker after you uninstall (back them up if you need to)? something like:
|
It works! .Thanks. I think you should add it to the mantl-api uninstall flow. |
Yeah, it probably should be optional, though. We don't want to delete data without warning. I created an issue for it: #45 |
hi,
I am running a mantl cluster with 5 workers on AWS.
I managed to launch HDFS using mantl-api with the below mesas-site.xml and I can see that the marathon health checks pass.
when I call mantl-api DELETE to remove the HDFS cluster, it seams that every thing is removed and deleted.
the issue is when I call mantl-api POST again to relaunch the HDFS, the marathon task stuck in "deploying" state. and the HDFS is not working properly.
Thanks
Itay
here is my mesas-site.xml:
The text was updated successfully, but these errors were encountered: