spark git commit: [SPARK-7810] [PYSPARK] solve python rdd socket connection problem

2015-06-29 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.4 457d07eaa - 187015f67 [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

spark git commit: [SPARK-7810] [PYSPARK] solve python rdd socket connection problem

2015-06-29 Thread davies
Repository: spark Updated Branches: refs/heads/master f6fc254ec - ecd3aacf2 [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

spark git commit: [SPARK-7810] [PYSPARK] solve python rdd socket connection problem

2015-06-29 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.3 ac3591d09 - 0ce83db11 [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