docker-scripts icon indicating copy to clipboard operation
docker-scripts copied to clipboard

Dockerfiles and scripts for Spark and Shark Docker images

Results 11 docker-scripts issues
Sort by recently updated
recently updated
newest added

qianyuxiang@qianyuxiangdeMacBook-Pro:~$sudo docker-scripts/deploy/deploy.sh -i amplab/spark:1.0.0 -w 2 -c **\* Starting Spark 1.0.0 *** starting nameserver container time="2015-12-07T21:24:26+08:00" level=fatal msg="Post http:///var/run/docker.sock/v1.18/containers/create: dial unix /var/run/docker.sock: no such file or directory. Are you trying...

Is there any plan / idea for when the scripts for dockering 1.1 will become available?

The docs don't give the default password or a way to set it while creating the containers.

I am using `spark 1.0.0` docker images. When I start master node with hostnames other than "master" it simply fails. Moreover, the worker nodes try to contact the master node...

Am a Spark and Docker noob and this is actually a question and not an issue. I followed your instructions and was able to setup the cluster and run the...

It looks like this project was started prior to the release of docker's host networking feature. The use of dnsmasq here is for reverse DNS (since the container and host...

I repeatedly get the following error: started nameserver container: 23fbb2b99f1a3de88ca310ab992f9ec93eb2fe201860509bcc98324e43532535 DNS host->IP file mapped: /tmp/dnsdir_16657/0hosts NAMESERVER_IP: waiting for nameserver to come up Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help'...

When I follow the README instructions on OS X with boot2docker v1.0.0, I get the following: ``` docker@boot2docker:~$ git clone https://github.com/amplab/docker-scripts.git Cloning into 'docker-scripts'... remote: Reusing existing pack: 1011, done....

I have a Vagrant setup running the docker scripts using docker 0.9. I also have a simple maven project that tries to replicate your Shell example. I keep getting failures...