You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Jaonary Rabarisoa <ja...@gmail.com> on 2014/02/21 21:17:57 UTC

unable to deploy spark cluster with docker script

Dear all,

I'm trying to use amplab docker script to deploy a development cluster on
my laptop. The script hangs on waiting for master and the output of 'docker
ps -a' shows

CONTAINER ID        IMAGE                           COMMAND
 CREATED             STATUS              PORTS               NAMES
27a38342b9f4        amplab/spark-master:0.9.0       /root/spark_master_f
9 minutes ago       Exit 1
 furious_poincare


It seems that the master container failed to start the spark master script.

When I start the master manually with 'docker run -i
amplab/spark-master:0.9.0 /usr/bin/bash' it runs without error.


I use docker 0.8.0 on debian unstable.

Jaonary