For "java.netUnknownHostException" Did you check something basic that you are able to connect to A from B? and checked /etc/hosts?
On Fri, Jan 10, 2014 at 7:58 AM, Mark Hamstra <[email protected]>wrote: > Which Spark version? The 'run' script no longer exists in current Spark. > > > > On Jan 10, 2014, at 4:57 AM, Rishi <[email protected]> wrote: > > > > I am trying to run standalone mode of spark. > > > > I have 2 machines, A and B. > > I run master on machine A by running this command : ./run > > spark.deploy.master.Master > > > > I tried to run a worker on machine B by this command : ./run > > spark.deploy.worker.Worker spark://<name>:7077 > > > > But i am getting this error : > > > > java.netUnknownHostException System-erro > > > > How can I resolve this ? > > > > > > > > > > -- > > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Getting-java-netUnknownHostException-tp439.html > > Sent from the Apache Spark User List mailing list archive at Nabble.com. >
