[GitHub] spark pull request #18394: [SPARK-20379][core] Allow SSL config to reference...

2017-07-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18394 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #18394: [SPARK-20379][core] Allow SSL config to reference...

2017-07-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18394#discussion_r126273151 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -373,6 +373,11 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with

[GitHub] spark pull request #18394: [SPARK-20379][core] Allow SSL config to reference...

2017-07-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/18394#discussion_r126241078 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -373,6 +373,11 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with

[GitHub] spark pull request #18394: [SPARK-20379][core] Allow SSL config to reference...

2017-07-06 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18394#discussion_r125828226 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -373,6 +373,11 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with

[GitHub] spark pull request #18394: [SPARK-20379][core] Allow SSL config to reference...

2017-06-22 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/18394 [SPARK-20379][core] Allow SSL config to reference env variables. This change exposes the internal code path in SparkConf that allows configs to be read with variable substitution applied, and