[GitHub] spark pull request #20652: [SPARK-23476][SPARK-SHELL] Generate secret in loc...

2018-02-21 Thread gaborgsomogyi
Github user gaborgsomogyi commented on a diff in the pull request: https://github.com/apache/spark/pull/20652#discussion_r169797492 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -529,7 +529,8 @@ private[spark] class SecurityManager( return

[GitHub] spark pull request #20652: [SPARK-23476][SPARK-SHELL] Generate secret in loc...

2018-02-21 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/20652#discussion_r169736571 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -529,7 +529,8 @@ private[spark] class SecurityManager( return

[GitHub] spark pull request #20652: [SPARK-23476][SPARK-SHELL] Generate secret in loc...

2018-02-21 Thread gaborgsomogyi
GitHub user gaborgsomogyi opened a pull request: https://github.com/apache/spark/pull/20652 [SPARK-23476][SPARK-SHELL] Generate secret in local mode when authentication on ## What changes were proposed in this pull request? If spark is run with "spark.authenticate=true", th