[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17821 --- 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 ena

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-02 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114446352 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -266,7 +289,8 @@ private[deploy] class Worker( if (registe

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-02 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r11771 --- Diff: core/src/main/scala/org/apache/spark/deploy/DeployMessage.scala --- @@ -80,8 +91,16 @@ private[deploy] object DeployMessages {

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-02 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114445132 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -266,7 +289,8 @@ private[deploy] class Worker( if (r

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-02 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114419583 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -266,7 +282,7 @@ private[deploy] class Worker( if (registe

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-02 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114419550 --- Diff: core/src/main/scala/org/apache/spark/deploy/DeployMessage.scala --- @@ -80,8 +91,16 @@ private[deploy] object DeployMessages { sealed

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-01 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114205566 --- Diff: core/src/main/scala/org/apache/spark/deploy/DeployMessage.scala --- @@ -80,8 +91,16 @@ private[deploy] object DeployMessages {

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-01 Thread sameeragarwal
Github user sameeragarwal commented on a diff in the pull request: https://github.com/apache/spark/pull/17821#discussion_r114206001 --- Diff: core/src/main/scala/org/apache/spark/deploy/worker/Worker.scala --- @@ -266,7 +282,7 @@ private[deploy] class Worker( if (r

[GitHub] spark pull request #17821: [SPARK-20529][Core]Allow worker and master work w...

2017-05-01 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/17821 [SPARK-20529][Core]Allow worker and master work with a proxy server ## What changes were proposed in this pull request? In the current codes, when worker connects to master, master will sen