Repository: spark
Updated Branches:
refs/heads/branch-1.4 39623481f -> a8332098c
[SPARK-6216] [PYSPARK] check python version of worker with driver
This PR revert #5404, change to pass the version of python in driver into JVM,
check it in worker before deserializing closure, then it can works
Repository: spark
Updated Branches:
refs/heads/master 9dadf019b -> 32fbd297d
[SPARK-6216] [PYSPARK] check python version of worker with driver
This PR revert #5404, change to pass the version of python in driver into JVM,
check it in worker before deserializing closure, then it can works with