mesos-getting-started
mesos-getting-started copied to clipboard
A tutorial that explains how to build a simple distributed fault-tolerant framework on top of Mesos
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.4.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
Bumps mesos from 0.14.0 to 1.4.3. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hi, I trying to run the code from tutorial and I keep getting this error: MESOS_HOME is not set. Defaulting to /usr/local MESOS_NATIVE_LIBRARY set to /usr/local/lib/libmesos.so Exception in thread "main"...
- More intuitive (and safe) test for MESOS_HOME. - Ensure MESOS_HOME is exported. - Quote variables and process substitutions for safety. - Expand `$@` inside quotes to ensure arguments with...