GitHub user AiHe opened a pull request:
https://github.com/apache/spark/pull/6338
[SPARK-7810] [pyspark] solve python rdd socket connection problem
Method "_load_from_socket" in rdd.py cannot load data from jvm socket when
ipv6 is used. The current method only works well with ipv4. New modification
should work around both two protocols.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AiHe/spark pyspark-networking-issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6338
----
commit 564495305d1a8af4e18d3a3b220431645ea0b296
Author: AiHe <[email protected]>
Date: 2015-05-22T00:33:10Z
solve python rdd socket connection problem to jvm
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]