ip-172-28-161-139
172.28.161.140 marvin.spark.ins-03 ip-172-28-161-140
172.28.161.141 marvin.spark.ins-04 ip-172-28-161-141
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabble.com/Unable-to-run-applications-on-spark-in
n3.nabble.com/Unable-to-run-applications-on-spark-in-standalone-cluster-mode-tp14683p14779.html
> Sent from the Apache Spark Developers List mailing list archive at
> Nabble.com.
>
> -
> To unsubscribe, e-mail: dev-uns
No.. the ./sbin/start-master.sh --ip option did not work... It is still the
same error
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabble.com/Unable-to-run-applications-on-spark-in-standalone-cluster-mode-tp14683p14779.html
Sent from the Apache Spark
Hi Rohith,
Do you have multiple interfaces on the machine hosting the master ?
If so, can you try to force to the public interface using:
sbin/start-master.sh --ip xxx.xxx.xxx.xxx
Regards
JB
On 10/19/2015 02:05 PM, Rohith Parameshwara wrote:
Hi all,
I am doing some experime
Hi all,
I am doing some experiments on spark standalone cluster setup
and I am facing the following issue:
I have a 4 node cluster setup. As per
http://spark.apache.org/docs/latest/spark-standalone.html#starting-a-cluster-manually
I tried to start the cluster with the scripts but