-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-7526][SparkR] Specify ip of RBackend, MonitorServer and RRDD Socket server #6053
Conversation
Test build #32389 has finished for PR 6053 at commit
|
Jenkins, retest this please |
Test build #32403 has finished for PR 6053 at commit
|
@Sephiroth-Lin - Thanks for the change. Would you be able to test this on Windows just to make sure things work as expected ? I don't think there should be any problems, but I just want to be sure. cc @davies |
@shivaram Yes, I also think there should be no problems, as it is not system dependent. I will test this on Windows, thank you! |
LGTM. |
I just tested this on Windows and it works fine. LGTM. Merging this |
…Socket server These R process only used to communicate with JVM process on local, so binding to localhost is more reasonable then wildcard ip. Author: linweizhong <linweizhong@huawei.com> Closes #6053 from Sephiroth-Lin/spark-7526 and squashes the following commits: 5303af7 [linweizhong] bind to localhost rather than wildcard ip (cherry picked from commit 98195c3) Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
…Socket server These R process only used to communicate with JVM process on local, so binding to localhost is more reasonable then wildcard ip. Author: linweizhong <linweizhong@huawei.com> Closes apache#6053 from Sephiroth-Lin/spark-7526 and squashes the following commits: 5303af7 [linweizhong] bind to localhost rather than wildcard ip
…Socket server These R process only used to communicate with JVM process on local, so binding to localhost is more reasonable then wildcard ip. Author: linweizhong <linweizhong@huawei.com> Closes apache#6053 from Sephiroth-Lin/spark-7526 and squashes the following commits: 5303af7 [linweizhong] bind to localhost rather than wildcard ip
…Socket server These R process only used to communicate with JVM process on local, so binding to localhost is more reasonable then wildcard ip. Author: linweizhong <linweizhong@huawei.com> Closes apache#6053 from Sephiroth-Lin/spark-7526 and squashes the following commits: 5303af7 [linweizhong] bind to localhost rather than wildcard ip
These R process only used to communicate with JVM process on local, so binding to localhost is more reasonable then wildcard ip.