You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Executor You're using runs a docker containerizer by default. Based on the error, only the mesos containerizer is enabled on your mesos-slave.
see: http://mesos.apache.org/documentation/latest/configuration/
--containerizers=VALUE
comma-separated list of containerizer implementations to compose in order to provide containerization. Available options are mesos, external, and docker (on Linux). The order the containerizers are specified is the order they are tried. (default: mesos)
I've installed mesos, zookeeper and marathon. running the future-pool example fails with the error message :
"failed to start: None of the enabled containerizers (mesos) could create a container for the provided TaskInfo/ExecutorInfo message"
note : running any of the mesos included test clients works fine.
Any ideas where my issue is at?
cheers,
versions below :
marathon 1.1.1-1.0.472.ubuntu1404
mesos 0.28.2-2.0.27.ubuntu1404
zookeeper 3.4.5+dfsg-1
zookeeper-bin 3.4.5+dfsg-1
zookeeperd 3.4.5+dfsg-1
The text was updated successfully, but these errors were encountered: