mesos-getting-started icon indicating copy to clipboard operation
mesos-getting-started copied to clipboard

A tutorial that explains how to build a simple distributed fault-tolerant framework on top of Mesos

Results 4 mesos-getting-started issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps mesos from 0.14.0 to 1.4.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.mesos:mesos&package-manager=maven&previous-version=0.14.0&new-version=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...

dependencies

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...