Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
2.4.0
-
None
Description
As stand of now the class RestSubmissionClient does not support https, which fails for example if we run mesos master with ssl and in cluster mode.
The spark-submit command fails with: Mesos cluster mode is only supported through the REST submission API
I create a PR for this which checks if the master endpoint given can speak ssl before submitting the command.
Attachments
Issue Links
- relates to
-
SPARK-26324 Document Mesos SSL config
- Resolved