git commit: [SPARK-2580] [PySpark] keep silent in worker if JVM close the socket

2014-07-29 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 16ef4d110 -> ccd5ab5f8 [SPARK-2580] [PySpark] keep silent in worker if JVM close the socket During rdd.take(n), JVM will close the socket if it had got enough data, the Python worker should keep silent in this case. In the same time, the

git commit: [SPARK-2580] [PySpark] keep silent in worker if JVM close the socket

2014-07-29 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.0 1a0a2f81a -> 2693035ba [SPARK-2580] [PySpark] keep silent in worker if JVM close the socket During rdd.take(n), JVM will close the socket if it had got enough data, the Python worker should keep silent in this case. In the same time,