Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windfarer/mesos-spark-docker
https://github.com/windfarer/mesos-spark-docker
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/windfarer/mesos-spark-docker
- Owner: Windfarer
- License: mit
- Created: 2018-11-19T02:06:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T09:00:19.000Z (about 6 years ago)
- Last Synced: 2024-12-16T02:57:34.495Z (18 days ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```