Why does this not work

./spark-1.3.0-bin-hadoop2.4/bin/spark-submit --class SomeApp --deploy-mode
cluster --supervise --master spark://host01:7077,host02:7077 Some.jar

With exception:

Caused by: java.lang.NumberFormatException: For input string:
"7077,host02:7077"

It seems to accept only one master.

Can this be done with multiple Masters?

Thanks

Reply via email to