Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/windfarer/mesos-spark-docker


https://github.com/windfarer/mesos-spark-docker

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

```
echo "PORT=5050
ZK=`cat /etc/mesos/zk`" > /etc/default/mesos-master
```

```
echo "MASTER=`cat /etc/mesos/zk`
ISOLATION=cgroups/cpu,cgroups/mem,docker/runtime,filesystem/linux" > /etc/default/mesos-slave
```

```
echo "docker" > /etc/mesos-slave/containerizers
```

```
echo "5mins" > /etc/mesos-slave/executor_registration_timeout
```

```
docker run -it --rm --net=host -e PUBLIC_IP= -e SPARK_MASTER="" bash
```