You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/12 13:17:29 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

HyukjinKwon opened a new pull request #32126:
URL: https://github.com/apache/spark/pull/32126


   ### What changes were proposed in this pull request?
   
   https://github.com/apache/spark/runs/2320161984
   
   ```
   [info] YarnShuffleIntegrationSuite:
   [info] org.apache.spark.deploy.yarn.YarnShuffleIntegrationSuite *** ABORTED *** (228 milliseconds)
   [info]   org.apache.hadoop.yarn.exceptions.YarnRuntimeException: org.apache.hadoop.yarn.webapp.WebAppException: Error starting http server
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.startResourceManager(MiniYARNCluster.java:373)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.access$300(MiniYARNCluster.java:128)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceStart(MiniYARNCluster.java:503)
   [info]   at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
   [info]   at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:121)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.serviceStart(MiniYARNCluster.java:322)
   [info]   at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
   [info]   at org.apache.spark.deploy.yarn.BaseYarnClusterSuite.beforeAll(BaseYarnClusterSuite.scala:95)
   ...
   [info]   Cause: java.net.BindException: Port in use: fv-az186-831:0
   [info]   at org.apache.hadoop.http.HttpServer2.constructBindException(HttpServer2.java:1231)
   [info]   at org.apache.hadoop.http.HttpServer2.bindForSinglePort(HttpServer2.java:1253)
   [info]   at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:1316)
   [info]   at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1167)
   [info]   at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:449)
   [info]   at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.startWepApp(ResourceManager.java:1247)
   [info]   at org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceStart(ResourceManager.java:1356)
   [info]   at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.startResourceManager(MiniYARNCluster.java:365)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.access$300(MiniYARNCluster.java:128)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceStart(MiniYARNCluster.java:503)
   [info]   at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
   [info]   at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:121)
   [info]   at org.apache.hadoop.yarn.server.MiniYARNCluster.serviceStart(MiniYARNCluster.java:322)
   [info]   at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
   [info]   at org.apache.spark.deploy.yarn.BaseYarnClusterSuite.beforeAll(BaseYarnClusterSuite.scala:95)
   [info]   at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:212)
   [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
   [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
   [info]   at org.apache.spark.SparkFunSuite.run(SparkFunSuite.scala:61)
   ...
   ```
   
   https://github.com/apache/spark/runs/2323342094
   
   ```
   [info] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadSecret started
   [error] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadSecret failed: java.lang.AssertionError: Connecting to /10.1.0.161:39895 timed out (120000 ms), took 120.081 sec
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadSecret(ExternalShuffleSecuritySuite.java:85)
   [error]     ...
   [info] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadAppId started
   [error] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadAppId failed: java.lang.AssertionError: Connecting to /10.1.0.198:44633 timed out (120000 ms), took 120.08 sec
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testBadAppId(ExternalShuffleSecuritySuite.java:76)
   [error]     ...
   [info] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testValid started
   [error] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testValid failed: java.io.IOException: Connecting to /10.1.0.119:43575 timed out (120000 ms), took 120.089 sec
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:285)
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:218)
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:230)
   [error]     at org.apache.spark.network.shuffle.ExternalBlockStoreClient.registerWithShuffleServer(ExternalBlockStoreClient.java:211)
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.validate(ExternalShuffleSecuritySuite.java:108)
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testValid(ExternalShuffleSecuritySuite.java:68)
   [error]     ...
   [info] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testEncryption started
   [error] Test org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testEncryption failed: java.io.IOException: Connecting to /10.1.0.248:35271 timed out (120000 ms), took 120.014 sec
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:285)
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:218)
   [error]     at org.apache.spark.network.client.TransportClientFactory.createClient(TransportClientFactory.java:230)
   [error]     at org.apache.spark.network.shuffle.ExternalBlockStoreClient.registerWithShuffleServer(ExternalBlockStoreClient.java:211)
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.validate(ExternalShuffleSecuritySuite.java:108)
   [error]     at org.apache.spark.network.shuffle.ExternalShuffleSecuritySuite.testEncryption(ExternalShu
   ```
   
   ### Why are the changes needed?
   
   ### Does this PR introduce _any_ user-facing change?
   
   ### How was this patch tested?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817485755


   Kubernetes integration test unable to build dist.
   
   exiting with code: 1
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41774/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] srowen commented on a change in pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
srowen commented on a change in pull request #32126:
URL: https://github.com/apache/spark/pull/32126#discussion_r612033392



##########
File path: README.md
##########
@@ -1,6 +1,6 @@
 # Apache Spark
 
-Spark is a unified analytics engine for large-scale data processing. It provides
+Apache Spark is a unified analytics engine for large-scale data processing. It provides

Review comment:
       (Is this intentional? it's already called Apache Spark just above so it'd be fine as is)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818005235


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41804/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819297554






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819422192


   I merged to branch-3.1 and branch-3.0 too. Seems like it has the same issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817921964


   **[Test build #137223 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137223/testReport)** for PR 32126 at commit [`3fc0b89`](https://github.com/apache/spark/commit/3fc0b89c5ef4969502a797af658b8c289c691308).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817647826






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817732708






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817972993


   **[Test build #137218 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137218/testReport)** for PR 32126 at commit [`9512e94`](https://github.com/apache/spark/commit/9512e945d8e56e108f36803c9d507adebe55270b).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on a change in pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #32126:
URL: https://github.com/apache/spark/pull/32126#discussion_r611320198



##########
File path: resource-managers/yarn/src/test/scala/org/apache/spark/deploy/yarn/BaseYarnClusterSuite.scala
##########
@@ -90,9 +90,31 @@ abstract class BaseYarnClusterSuite
     yarnConf.set("yarn.scheduler.capacity.root.default.acl_administer_queue", "*")
     yarnConf.setInt("yarn.scheduler.capacity.node-locality-delay", -1)
 
-    yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1)
-    yarnCluster.init(yarnConf)
-    yarnCluster.start()
+    try {
+      yarnCluster = new MiniYARNCluster(getClass().getName(), 1, 1, 1)
+      yarnCluster.init(yarnConf)
+      yarnCluster.start()
+    } catch {
+      case _: java.net.BindException =>
+        // When InetAddress.getLocalHost returns a wrong address, see also SPARK-35002.
+        val original = System.getSecurityManager
+        System.setSecurityManager(new java.lang.SecurityManager() {
+          override def checkConnect(host: String, port: Int): Unit = {
+            if (host != "localhost" || host != "127.0.0.1") {
+              // Reject all hosts except loopback.
+              throw new SecurityException("Loopback only allowed")

Review comment:
       This forces `InetAddress.getLocalHost` to return the loopback address.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817813253


   **[Test build #137217 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137217/testReport)** for PR 32126 at commit [`70c08e9`](https://github.com/apache/spark/commit/70c08e96e8b9ef4374e79bf8eb208e28223e4f37).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817860861


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41797/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on a change in pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #32126:
URL: https://github.com/apache/spark/pull/32126#discussion_r612040874



##########
File path: README.md
##########
@@ -1,6 +1,6 @@
 # Apache Spark
 
-Spark is a unified analytics engine for large-scale data processing. It provides
+Apache Spark is a unified analytics engine for large-scale data processing. It provides

Review comment:
       done!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817776186


   Let me drop this approach for now. I think it's too invasive.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818336224


   **[Test build #137256 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137256/testReport)** for PR 32126 at commit [`da8f566`](https://github.com/apache/spark/commit/da8f5662d4a15c78420de504bdd5878ad7c4a8ff).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818032846


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41804/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817560654


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41777/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817828644


   **[Test build #137218 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137218/testReport)** for PR 32126 at commit [`9512e94`](https://github.com/apache/spark/commit/9512e945d8e56e108f36803c9d507adebe55270b).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819268437


   **[Test build #137330 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137330/testReport)** for PR 32126 at commit [`4117efa`](https://github.com/apache/spark/commit/4117efaab34da2b8d16e4f6be3b6c24a54c0be88).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817560654


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41777/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817860861


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41797/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817828644


   **[Test build #137218 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137218/testReport)** for PR 32126 at commit [`9512e94`](https://github.com/apache/spark/commit/9512e945d8e56e108f36803c9d507adebe55270b).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817813253


   **[Test build #137217 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137217/testReport)** for PR 32126 at commit [`70c08e9`](https://github.com/apache/spark/commit/70c08e96e8b9ef4374e79bf8eb208e28223e4f37).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] wangyum closed pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
wangyum closed pull request #32126:
URL: https://github.com/apache/spark/pull/32126


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818400072


   **[Test build #137256 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137256/testReport)** for PR 32126 at commit [`da8f566`](https://github.com/apache/spark/commit/da8f5662d4a15c78420de504bdd5878ad7c4a8ff).
    * This patch **fails PySpark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817992413


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137218/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on a change in pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #32126:
URL: https://github.com/apache/spark/pull/32126#discussion_r612039323



##########
File path: README.md
##########
@@ -1,6 +1,6 @@
 # Apache Spark
 
-Spark is a unified analytics engine for large-scale data processing. It provides
+Apache Spark is a unified analytics engine for large-scale data processing. It provides

Review comment:
       lol i'm triggering tests. I should revert ;)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818047464


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137223/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817477101


   **[Test build #137195 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137195/testReport)** for PR 32126 at commit [`70c8559`](https://github.com/apache/spark/commit/70c85590a643a3e96788f39da396836fe3a60110).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818371445






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817857704






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817603722


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137198/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817469827


   **[Test build #137195 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137195/testReport)** for PR 32126 at commit [`70c8559`](https://github.com/apache/spark/commit/70c85590a643a3e96788f39da396836fe3a60110).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818047464


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137223/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818045982


   **[Test build #137223 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137223/testReport)** for PR 32126 at commit [`3fc0b89`](https://github.com/apache/spark/commit/3fc0b89c5ef4969502a797af658b8c289c691308).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818405127


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137256/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817869177


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41798/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817523219






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818032846


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41804/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818371478


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41835/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817992413


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137218/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] github-actions[bot] commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819486438


   **[Test build #747224903](https://github.com/HyukjinKwon/spark/actions/runs/747224903)** for PR 32126 at commit [`4117efa`](https://github.com/HyukjinKwon/spark/commit/4117efaab34da2b8d16e4f6be3b6c24a54c0be88).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817695160


   **[Test build #137210 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137210/testReport)** for PR 32126 at commit [`9c1d1cc`](https://github.com/apache/spark/commit/9c1d1ccc36907dfc96ac3ccd3657f7b1e02c41b5).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817869130






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817648783






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon closed pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #32126:
URL: https://github.com/apache/spark/pull/32126


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817869177


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41798/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817604972


   **[Test build #137202 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137202/testReport)** for PR 32126 at commit [`99f6c33`](https://github.com/apache/spark/commit/99f6c339f9db8fc79d382f288c838ac28b76b53a).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819381254


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137330/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817921964


   **[Test build #137223 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137223/testReport)** for PR 32126 at commit [`3fc0b89`](https://github.com/apache/spark/commit/3fc0b89c5ef4969502a797af658b8c289c691308).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817601938


   **[Test build #137198 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137198/testReport)** for PR 32126 at commit [`ff3e98b`](https://github.com/apache/spark/commit/ff3e98b902c505f24d59260b829d999a0fdafd6a).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817557453


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41777/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817936496


   **[Test build #137217 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137217/testReport)** for PR 32126 at commit [`70c08e9`](https://github.com/apache/spark/commit/70c08e96e8b9ef4374e79bf8eb208e28223e4f37).
    * This patch **fails PySpark unit tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818371478


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41835/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819163248


   Let me verify the change by running multiple times before actually merging it in.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817951954


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137217/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818008853


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41804/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819381254


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137330/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817524307


   **[Test build #137198 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137198/testReport)** for PR 32126 at commit [`ff3e98b`](https://github.com/apache/spark/commit/ff3e98b902c505f24d59260b829d999a0fdafd6a).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817504847


   **[Test build #137197 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137197/testReport)** for PR 32126 at commit [`ca32c97`](https://github.com/apache/spark/commit/ca32c974d1ee20eecd5460b07df396e431dbe6c2).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817493348


   **[Test build #137197 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137197/testReport)** for PR 32126 at commit [`ca32c97`](https://github.com/apache/spark/commit/ca32c974d1ee20eecd5460b07df396e431dbe6c2).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818336224


   **[Test build #137256 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137256/testReport)** for PR 32126 at commit [`da8f566`](https://github.com/apache/spark/commit/da8f5662d4a15c78420de504bdd5878ad7c4a8ff).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] wangyum commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
wangyum commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819367420


   Merged to master.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817710250


   **[Test build #137210 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137210/testReport)** for PR 32126 at commit [`9c1d1cc`](https://github.com/apache/spark/commit/9c1d1ccc36907dfc96ac3ccd3657f7b1e02c41b5).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817492572






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817519884






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819268437


   **[Test build #137330 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137330/testReport)** for PR 32126 at commit [`4117efa`](https://github.com/apache/spark/commit/4117efaab34da2b8d16e4f6be3b6c24a54c0be88).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819338940


   The changes were verified in https://github.com/HyukjinKwon/spark/runs/2340210765


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817604972


   **[Test build #137202 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137202/testReport)** for PR 32126 at commit [`99f6c33`](https://github.com/apache/spark/commit/99f6c339f9db8fc79d382f288c838ac28b76b53a).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817725128






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819300613


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41910/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817732710






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817560630


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41777/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817492572






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817951954


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137217/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-818405127


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137256/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817603722


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/137198/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster and org.apache.spark.network.shuffle.*

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819300613


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/41910/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819341014


   cc @wangyum too FYI. I think its ready to go.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817523220






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] yaooqinn commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
yaooqinn commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819437888


   Late + 1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817695160


   **[Test build #137210 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137210/testReport)** for PR 32126 at commit [`9c1d1cc`](https://github.com/apache/spark/commit/9c1d1ccc36907dfc96ac3ccd3657f7b1e02c41b5).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817524307


   **[Test build #137198 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137198/testReport)** for PR 32126 at commit [`ff3e98b`](https://github.com/apache/spark/commit/ff3e98b902c505f24d59260b829d999a0fdafd6a).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-820813396


   Oops, thanks for pointing out. Fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817493348


   **[Test build #137197 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137197/testReport)** for PR 32126 at commit [`ca32c97`](https://github.com/apache/spark/commit/ca32c974d1ee20eecd5460b07df396e431dbe6c2).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817469827


   **[Test build #137195 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137195/testReport)** for PR 32126 at commit [`70c8559`](https://github.com/apache/spark/commit/70c85590a643a3e96788f39da396836fe3a60110).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817622997


   **[Test build #137202 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137202/testReport)** for PR 32126 at commit [`99f6c33`](https://github.com/apache/spark/commit/99f6c339f9db8fc79d382f288c838ac28b76b53a).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817648792






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [WIP][SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-817707680






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-819364186


   **[Test build #137330 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/137330/testReport)** for PR 32126 at commit [`4117efa`](https://github.com/apache/spark/commit/4117efaab34da2b8d16e4f6be3b6c24a54c0be88).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zzcclp commented on pull request #32126: [SPARK-35002][YARN][TESTS][FOLLOW-UP] Fix java.net.BindException in MiniYARNCluster

Posted by GitBox <gi...@apache.org>.
zzcclp commented on pull request #32126:
URL: https://github.com/apache/spark/pull/32126#issuecomment-820354038


   @HyukjinKwon there are some problems after merged this pr to branch-3.0, some conflicts:
   ![image](https://user-images.githubusercontent.com/9430290/114862863-9ff9f500-9e21-11eb-8a07-3d5d2bb95434.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org