amplab / docker-scripts

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

Line 61 of`start_spark_cluster.sh` will fail if the host machine has set `http_proxy` environment variable #12

Closed soulmachine closed 11 years ago

soulmachine commented 11 years ago

Line 61 of start_spark_cluster.sh will fail if the host machine has set http_proxy environment variable, because the proxy server could not connect to MASTER_IP, which is a private IP

AndreSchumacher commented 11 years ago

Thanks, I'll add the "--no-proxy" argument to the wget statement. Did you find any other spots that have the same problem?

AndreSchumacher commented 11 years ago

I'm closing this now since I believe the only two HTTP traffic related places were now fixed.