[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16625 --- 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 ena

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-06 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r99668339 --- Diff: docs/security.md --- @@ -49,10 +49,6 @@ component-specific configuration namespaces used to override the default setting Component

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-06 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r99667702 --- Diff: docs/configuration.md --- @@ -1797,6 +1797,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-06 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r99538768 --- Diff: docs/configuration.md --- @@ -1797,6 +1797,20 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-06 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r99540244 --- Diff: docs/security.md --- @@ -49,10 +49,6 @@ component-specific configuration namespaces used to override the default setting Component

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-02-06 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r99540452 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -394,8 +410,7 @@ private[spark] object JettyUtils extends Logging { val

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-01-17 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r96544456 --- Diff: core/src/main/scala/org/apache/spark/SSLOptions.scala --- @@ -164,6 +167,11 @@ private[spark] object SSLOptions extends Logging { def p

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-01-17 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r96539560 --- Diff: docs/configuration.md --- @@ -1781,11 +1781,25 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-01-17 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/16625#discussion_r96533272 --- Diff: docs/configuration.md --- @@ -1781,11 +1781,25 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16625: [SPARK-17874][core] Add SSL port configuration.

2017-01-17 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/16625 [SPARK-17874][core] Add SSL port configuration. Make the SSL port configuration explicit, instead of deriving it from the non-SSL port, but retain the existing functionality in case anyone de