RE: How to set spark master URL to contain domain name?

2015-06-12 Thread Wang, Ningjun (LNG-NPV)
@spark.apache.org Subject: RE: How to set spark master URL to contain domain name? Hi Ningjun, This is probably a configuration difference between WIN01 and WIN02. Execute: ipconfig/all on the windows command line on both machines and compare them. Also if you have a localhost entry in the hosts file

RE: How to set spark master URL to contain domain name?

2015-06-11 Thread prajod.vettiyattil
: http://stackoverflow.com/questions/6049260/fully-qualified-machine-name-java-with-etc-hosts Regards, Prajod From: Wang, Ningjun (LNG-NPV) [mailto:ningjun.w...@lexisnexis.com] Sent: 12 June 2015 01:32 To: user@spark.apache.org Subject: How to set spark master URL to contain domain name? I start

How to set spark master URL to contain domain name?

2015-06-11 Thread Wang, Ningjun (LNG-NPV)
I start spark master on windows using bin\spark-class.cmd org.apache.spark.deploy.master.Master Then I goto http://localhost:8080/ to find the master URL, it is spark://WIN02:7077 Here WIN02 is my machine name. Why does it missing the domain name? If I start the spark master on other