[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16521 --- 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 #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-23 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97425988 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -607,6 +607,10 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-23 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97425895 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-23 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97391080 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-23 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97390391 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -607,6 +607,10 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97174570 --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala --- @@ -607,6 +607,10 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97185042 --- Diff: common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java --- @@ -162,40 +163,95 @@ public int portMaxRetries() {

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97185594 --- Diff: common/network-common/src/test/java/org/apache/spark/network/crypto/AuthIntegrationSuite.java --- @@ -0,0 +1,211 @@ +/* + * Licensed to

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97178959 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/ServerResponse.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97185757 --- Diff: common/network-common/src/test/java/org/apache/spark/network/crypto/AuthIntegrationSuite.java --- @@ -0,0 +1,211 @@ +/* + * Licensed to

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97175304 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/AuthClientBootstrap.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97185583 --- Diff: common/network-common/src/test/java/org/apache/spark/network/crypto/AuthIntegrationSuite.java --- @@ -0,0 +1,211 @@ +/* + * Licensed to

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97176557 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/AuthRpcHandler.java --- @@ -0,0 +1,169 @@ +/* + * Licensed to the

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97184574 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-20 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r97179088 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/ClientChallenge.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-18 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r96720969 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-18 Thread jsoltren
Github user jsoltren commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r96719170 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-13 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r96064676 --- Diff: docs/configuration.md --- @@ -1625,40 +1625,40 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-11 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r95661186 --- Diff: docs/configuration.md --- @@ -1625,40 +1625,40 @@ Apart from these, the following properties are also available, and may be useful

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-11 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r95624898 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-11 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r95625434 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-11 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/16521#discussion_r95625631 --- Diff: common/network-common/src/main/java/org/apache/spark/network/crypto/README.md --- @@ -0,0 +1,158 @@ +Spark Auth Protocol and AES Encryption

[GitHub] spark pull request #16521: [SPARK-19139][core] New auth mechanism for transp...

2017-01-09 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/16521 [SPARK-19139][core] New auth mechanism for transport library. This change introduces a new auth mechanism to the transport library, to be used when users enable strong encryption. This auth