i have got spark master , running on http 192.168.1.52:4040 on 1 computer on network. when try connect slave on computer using master url , / or using spark instead of http slave wont start. when visit http 192.168.1.52:4040 on second computer web ui works perfectly.
this command using:
.sbin>start-slave.sh http://192.168.1.52:4040
or
using spark:// instead of http://
thanks in advance help!
i able , running. documentation mentions following windows computers:
to run spark cluster on windows, start master , workers hand.
i had run
\spark-1.6.1-bin-hadoop2.6\bin>spark-class org.apache.spark.deploy.master.master
and
\spark-1.6.1-bin-hadoop2.6\bin>spark-class org.apache.spark.deploy.worker.worker spark://192.168.56.1:7077
to run master , workers respectively.
Comments
Post a Comment