Uh oh!
There was an error while loading. Please reload this page.
[SPARK-4837] NettyBlockTransferService should use spark.blockManager.port config - #3688
[SPARK-4837] NettyBlockTransferService should use spark.blockManager.port config#3688aarondav wants to merge 1 commit into
Conversation
SparkQA
commented
Dec 13, 2014
Test build #24430 has started for PR 3688 at commit
|
SparkQA
commented
Dec 13, 2014
Test build #24430 has finished for PR 3688 at commit
|
AmplabJenkins
commented
Dec 13, 2014
Test FAILed. |
aarondav
commented
Dec 14, 2014
Jenkins, retest this please. |
SparkQA
commented
Dec 14, 2014
Test build #24441 has started for PR 3688 at commit
|
SparkQA
commented
Dec 14, 2014
Test build #24441 has finished for PR 3688 at commit
|
AmplabJenkins
commented
Dec 14, 2014
Test FAILed. |
rxin
commented
Dec 16, 2014
Jenkins, retest this please. |
SparkQA
commented
Dec 16, 2014
Test build #24503 has started for PR 3688 at commit
|
SparkQA
commented
Dec 16, 2014
Test build #24503 has finished for PR 3688 at commit
|
AmplabJenkins
commented
Dec 16, 2014
Test PASSed. |
rxin
commented
Dec 16, 2014
LGTM. |
JoshRosen
commented
Dec 19, 2014
LGTM, too, so I'm going to merge this into |
…port config This is used in NioBlockTransferService here: https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/network/nio/NioBlockTransferService.scala#L66 Author: Aaron Davidson <aaron@databricks.com> Closes#3688 from aarondav/SPARK-4837 and squashes the following commits: ebd2007 [Aaron Davidson] [SPARK-4837] NettyBlockTransferService should use spark.blockManager.port config (cherry picked from commit 105293a) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
dizzy2
commented
Jan 12, 2015
this fix doesn't work when both executor and driver are running on the same machine (as they are trying to acquire the same port) |
aarondav
commented
Jan 26, 2015
@dizzy2 Sorry, thought I responded earlier -- you are quite right. It should be a straightforward fix of adding a |
This is used in NioBlockTransferService here:
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/network/nio/NioBlockTransferService.scala#L66