Elizabeth Lingg
Elizabeth Lingg
Hello @ryane, You are correct that this should be dynamic and we should be using environment variables for configuration and this is part of our roadmap. Meanwhile, I will update...
@ssk, @Kensipe is looking into how to make DCOS HDFS more configurable. As far as running HDFS on pure Mesos the readme clarifies things for @ryane
Adding constraints would be an important feature for Chronos. Patches from the community would be excellent if we aren't able to add this in our immediate roadmap.
Thanks @mindscratch for debugging this! The only thing we need to close this issue is some documentation in the readme, The LIBPROCESS_IP environment variable should be set to a PORT...
It makes sense to update to the latest distribution if tested and there are no issues. Also, we want to make sure different distros configurable (i.e. Cloudera, Apache, etc)
Hi, what do the logs in your task sandboxes say for the failed tasks? As far as using the vagrant file from Banno/vagrant-mesos, that is an old version that has...
I see this [docker.cpp:772] No container info found, skipping launch. Seems to be a bug in the vagrant file or somewhere in the set up because tasks are not finding...
Looks like a networking error. Another thought is make sure you are pointing to the correct ip's for your mesos.hdfs.zkfc.ha.zookeeper.quorum. If that is not correct, you may not be able...
Does `hadoop fs -ls hdfs://hdfs/` work? We mount hadoop on the /usr/bin path through use of symbolic links, but we may also want to mount the hdfs dir. It should...