Hi - Going by what is currently in the apache git repository, what is the "recommended" combination of mesos and mesos-hadoop to use?
I originally tried the 0.13.0 tarball which appears to include some version of mesos-hadoop. While I was able to build it and run some jobs, the task tracker processes launched by mesos keep on running even after my job completes. Based on the job-tracker logs, there task-trackers are not sending the job-tracker any heartbeats so the job-tracker doesn't try to stop them (even though it reuses them on subsequent jobs). Based on my interpretation of https://issues.apache.org/jira/browse/MESOS-618, it sounds like I should be using the mesos/hadoop project on github. I managed to get that built from trunk but I am not having nearly as much luck getting mesos built from the trunk. So what combination of mesos and mesos-hadoop is working for folks? -- Thanks, Paul

