Description
`spark-submit` doesn't send `spark.master` to DriverWrapper. So the latter creates an empty SparkConf and throws an exception:
A master URL must be set in your configuration
The workaround is setting master explicitly in the user application.
Attachments
Issue Links
- relates to
-
SPARK-2000 cannot connect to cluster in Standalone mode when run spark-shell in one of the cluster node without specify master
- Closed