gaborgsomogyi commented on issue #24170: [SPARK-26998][CORE] Add secure alternatives of ssl password parameters URL: https://github.com/apache/spark/pull/24170#issuecomment-476099184 > There was a time when executors might need this SSL configuration, but they don't anymore Thanks for helping me out. The bug is about the executor side but the same problem exists when one provides config like `spark-shell --conf spark.ssl.keyPassword=foo`. ``` 502 80304 80292 0 9:22AM ttys008 0:34.34 /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/java -cp /usr/local/Cellar/apache-spark/2.4.0/libexec/conf/:/usr/local/Cellar/apache-spark/2.4.0/libexec/jars/* -Dscala.usejavacp=true -Xmx1g org.apache.spark.deploy.SparkSubmit --conf spark.ssl.keyPassword=foo --class org.apache.spark.repl.Main --name Spark shell spark-shell ``` All in all I've created this PR to solve this as a whole. Do you think the driver side shouldn't have to be solved or just not in this PR?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
