Closed dbaba closed 10 years ago
I've found -c
argument caused the trouble.
-c
works only after the initial setup is completed, otherwise the deploy command gets stuck.
First, I ran the following command (without -c
):
sudo ./deploy/deploy.sh -i amplab/spark:1.0.0
I could run docker attach
with success.
Then I tried the command with -c
parameter after killing all spark processes and nameservers,
sudo ./deploy/deploy.sh -i amplab/spark:1.0.0 -c
I finally got Spark worked and received the welcome message.
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 1.0.0
/_/
I was trying to run Spark 1.0.0 on docker with this project scripts. After installing python and bash with tae-ab, I ran the following command on boot2docker vm:
then the command never finished. Did I miss something?
The terminal showed the message
waiting for workers to register
and dots followed it. The command didn't seem to get stuck as the dots were increased continuously but never finished over a couple of hours.Here is the entire log until ctrl + c:
Any suggestion is appreciated.