srowen commented on a change in pull request #23342: [SPARK-26324][DOCS] Add 
Spark docs for Running in Mesos with SSL
URL: https://github.com/apache/spark/pull/23342#discussion_r242530294
 
 

 ##########
 File path: docs/running-on-mesos.md
 ##########
 @@ -108,6 +108,19 @@ Please note that if you specify multiple ways to obtain 
the credentials then the
 
 An equivalent order applies for the secret.  Essentially we prefer the 
configuration to be specified directly rather than indirectly by files, and we 
prefer that configuration settings are used over environment variables.
 
+### Deploy to a Mesos running on Secure Sockets
+
+If you want to deploy a Spark Application into a Mesos cluster that is running 
in a secure mode there are some environment's variables that need to be set.
+
+- `LIBPROCESS_SSL_ENABLED=true` enables SSL communication
+- `LIBPROCESS_SSL_VERIFY_CERT=false` verifies the ssl certificate 
+- `LIBPROCESS_SSL_KEY_FILE=pathToKeyFile.key` path to key 
+- `LIBPROCESS_SSL_CERT_FILE=pathToCRTFile.crt` the certificate file to be used
+
+all options can be found at http://mesos.apache.org/documentation/latest/ssl/
 
 Review comment:
   all -> All

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to