-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-6604][PySpark]Specify ip of python server scoket #5256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
ok to test |
|
Jenkins, test this please. |
|
LGTM |
|
Test build #631 has finished for PR 5256 at commit
|
|
@JoshRosen Changing the bind address to localhost is reasonable, but we have not figured out a good way to specify local interface, I'd vote +1 for |
|
(Related discussion was #3425 ^D^D^D which you already found. Can this use |
|
@Sephiroth-Lin can you rebase this? and does it make sense to refer to "localhost" instead? Consider also that we have |
|
@srowen OK, thanks. |
c9b599e to
7b3c633
Compare
|
LGTM pending tests. |
|
Test build #685 has finished for PR 5256 at commit
|
|
Jenkins, retest this please. |
|
Test build #688 has finished for PR 5256 at commit
|
|
Test failure looks unrelated as it's not in Python, but let me try one more time. |
|
Jenkins, retest this please |
|
Test build #30474 has finished for PR 5256 at commit
|
In driver now will start a server socket and use a wildcard ip, use 127.0.0.0 is more reasonable, as we only use it by local Python process.
/cc @davies