databricks / spark-perf

Performance tests for Apache Spark
Apache License 2.0
380 stars 203 forks source link

Spark-perf over mesos #107

Open alcuma opened 8 years ago

alcuma commented 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