Re: Parameters for the Docker Executor

2016-08-05 Thread haosdent
Hi, @Hendrik >which seems to be quite a restriction when looking at all the options the >docker cli has May you provide any examples? On Sat, Aug 6, 2016 at 3:49 AM, Hendrik Haddorp wrote: > Hi, > > in mesos.proto [1] it states: > // Allowing arbitrary parameters to be passed to docker CLI

Re: Fwd: Unable to run spark examples on mesos 1.0

2016-08-05 Thread max square
Thanks Stephen. That did the job for me. After adding JAVA_HOME in hadoop-layout.sh, I was able to run the spark-job successfully. @mgummelt - I did not set the executor_environment_variables. However, I am now able to see JAVA_HOME when I print out the 'env' in the driver. On Fri, Aug 5, 2016 at

A port mapping plugin for CNI

2016-08-05 Thread Avinash Sridharan
Hi All, One of the most used networking mode when users run containers using the `DockerContainerizer` is docker bridge mode networking. In this mode containers run in an isolator private address space, and services on the container are exposed to the outside world using DNAT. As we move towards

Parameters for the Docker Executor

2016-08-05 Thread Hendrik Haddorp
Hi, in mesos.proto [1] it states: // Allowing arbitrary parameters to be passed to docker CLI. // Note that anything passed to this field is not guaranteed // to be supported moving forward, as we might move away from // the docker CLI. repeated Parameter parameters = 5; After

Re: Fwd: Unable to run spark examples on mesos 1.0

2016-08-05 Thread mgumm...@mesosphere.io
What is your --executor-environment-variables set to? http://mesos.apache.org/documentation/latest/configuration/ Can you print out your `env` in the driver to verify it has the expected JAVA_HOME On 2016-08-04 12:28 (-0700), max square wrote: > Hey guys , > I was trying out spark 2.0 example

Re: Framework for runtime configuration of a mesos provided resource

2016-08-05 Thread DiGiorgio, Mr. Rinaldo S.
On Aug 4, 2016, at 11:56 PM, haosdent mailto:haosd...@gmail.com>> wrote: Do you start all your Mesos Agents with root user? We use systemctl on linux, smf on solaris, a plist launchd on OS X ( which has severe latency issues) and just now looking at windows. When we start the task we switch