Open alcuma opened 8 years ago
Hi, What is the correct way to submit the test over a Mesos cluster? I have tried to set the SPARK_CLUSTER_URL variable in two different ways.
SPARK_CLUSTER_URL = "mesos://zk://mesosmaster1:2181,mesosmaster2:2181,mesosmaster3:2181/mesos"
and
SPARK_CLUSTER_URL = "mesos://mesosmaster1:5050"
Neither of them seems to work.
Thanks and Kind Regards Alessio
Hi, What is the correct way to submit the test over a Mesos cluster? I have tried to set the SPARK_CLUSTER_URL variable in two different ways.
SPARK_CLUSTER_URL = "mesos://zk://mesosmaster1:2181,mesosmaster2:2181,mesosmaster3:2181/mesos"
and
SPARK_CLUSTER_URL = "mesos://mesosmaster1:5050"
Neither of them seems to work.
Thanks and Kind Regards Alessio