[GitHub] spark pull request #15172: [Spark-13331][network] Spark RPC encryption optim...

2016-09-20 Thread winningsix
Github user winningsix commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r79746570 --- Diff: common/network-common/pom.xml --- @@ -97,6 +97,11 @@ slf4j-log4j12 test + --- End diff --

[GitHub] spark pull request #15172: [Spark-13331][network] Spark RPC encryption optim...

2016-09-20 Thread winningsix
Github user winningsix commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r79746732 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/SaslServerBootstrap.java --- @@ -29,7 +29,6 @@ * authentication.

[GitHub] spark pull request #15172: [Spark-13331][network] Spark RPC encryption optim...

2016-09-20 Thread cjjnjust
GitHub user cjjnjust reopened a pull request: https://github.com/apache/spark/pull/15172 [Spark-13331][network] Spark RPC encryption optimization ## What changes were proposed in this pull request? DIGEST-MD5 mechanism is used for SASL authentication and secure

[GitHub] spark pull request #15172: [Spark-13331][network] Spark RPC encryption optim...

2016-09-20 Thread cjjnjust
Github user cjjnjust closed the pull request at: https://github.com/apache/spark/pull/15172 --- 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 #15172: [Spark-13331][network] Spark RPC encryption optim...

2016-09-20 Thread cjjnjust
GitHub user cjjnjust opened a pull request: https://github.com/apache/spark/pull/15172 [Spark-13331][network] Spark RPC encryption optimization ## What changes were proposed in this pull request? DIGEST-MD5 mechanism is used for SASL authentication and secure