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.
