[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-10 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r87389888 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/AesConfigMessage.java --- @@ -0,0 +1,104 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-10 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r87389461 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/AesCipher.java --- @@ -0,0 +1,305 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-10 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r87348637 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/AesCipher.java --- @@ -0,0 +1,305 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-09 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r87328090 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java --- @@ -88,9 +90,26 @@ public void doBootstrap

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-09 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r87320958 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java --- @@ -88,9 +90,20 @@ public void doBootstrap

[GitHub] spark issue #15172: [SPARK-13331] AES support for over-the-wire encryption

2016-11-09 Thread cjjnjust
Github user cjjnjust commented on the issue: https://github.com/apache/spark/pull/15172 The encryption of config message was removed by mistake, very strange.. Add it back.. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #15172: [SPARK-13331] AES support for over-the-wire encryption

2016-11-07 Thread cjjnjust
Github user cjjnjust commented on the issue: https://github.com/apache/spark/pull/15172 Build #68313 looks weird, details in link show it passed all test. --- 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

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-11-07 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r86913509 --- Diff: common/network-common/src/main/java/org/apache/spark/network/util/ByteArrayReadableChannel.java --- @@ -0,0 +1,75 @@ +/* + * Licensed

[GitHub] spark issue #15172: [SPARK-13331] AES support for over-the-wire encryption

2016-11-03 Thread cjjnjust
Github user cjjnjust commented on the issue: https://github.com/apache/spark/pull/15172 The configuration part is now ready. --- 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

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-10-31 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r85875690 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java --- @@ -80,46 +84,71 @@ public void receive

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-10-03 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r81568360 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-28 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r81060550 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-28 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r81030532 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-27 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80846949 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-27 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80634963 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-26 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80615974 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-26 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80425083 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-26 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80424910 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[GitHub] spark pull request #15172: [SPARK-13331] AES support for over-the-wire encry...

2016-09-25 Thread cjjnjust
Github user cjjnjust commented on a diff in the pull request: https://github.com/apache/spark/pull/15172#discussion_r80399872 --- Diff: common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java --- @@ -0,0 +1,270 @@ +/* + * Licensed

[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

[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 communication