Hi, I downloaded spark and it built successfully. I set the following in conf/spark-env.sh
export SCALA_HOME=/Users/<name>/Downloads/scala-2.9.3 export SPARK_MASTER_IP=10.73.193.131 export SPARK_MASTER_PORT=1000 export=SPARK_WORKER_PORT=1001 If I run ./spark-shell I get the following exception org.jboss.netty.channel.ChannelException: Failed to bind to: stepreach-lm.corp.<company-name>.com/10.72.104.148:0 "stepreach-lm" is the name of my laptop. If I am not connected to the corporate internet (at Home), then I get the following error java.net.UnknownHostException: stepreach-lm: stepreach-lm: nodename nor servname provided, or not known I also noticed the there is NO "eth0" in ifconfig ! Could this be the problem? -- Gowtham Natarajan
