amplab / docker-scripts

Dockerfiles and scripts for Spark and Shark Docker images
261 stars 102 forks source link

Couldn't start spark 1.0.0 #40

Open xyzreddy opened 10 years ago

xyzreddy commented 10 years ago

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' for more information. dig: couldn't get address for '': not found .Usage: grep [OPTION]... PATTERN [FILE]...

dmaniry commented 10 years ago

same problem here.

rboorgapally commented 10 years ago

I also have the same problem

dmaniry commented 10 years ago

I found a temporary fix: in deploy/start_nameserver.sh the check_hostname uses either dig or nslookup. the dig line is bogus. when I delete the line and force it to use nslookup it works