[GitHub] spark pull request #17393: [SPARK-20066] [CORE] Add explicit SecurityManager...

2017-03-23 Thread markgrover
Github user markgrover closed the pull request at: https://github.com/apache/spark/pull/17393 --- 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 #17393: [SPARK-20066] [CORE] Add explicit SecurityManager...

2017-03-23 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17393#discussion_r107610921 --- Diff: core/src/main/scala/org/apache/spark/SecurityManager.scala --- @@ -187,6 +187,7 @@ private[spark] class SecurityManager( val ioEncryptionKe

[GitHub] spark pull request #17393: [SPARK-20066] [CORE] Add explicit SecurityManager...

2017-03-22 Thread markgrover
GitHub user markgrover opened a pull request: https://github.com/apache/spark/pull/17393 [SPARK-20066] [CORE] Add explicit SecurityManager(SparkConf) constructor for backwards compatibility with Java. ## What changes were proposed in this pull request? This adds an expli