Skip to content

Commit 43eb6d3

Browse files
author
Davies Liu
committed
donot use KyroSerializer as default serializer
1 parent 222fa47 commit 43eb6d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
# These are special default configs for PySpark, they will overwrite
4444
# the default ones for Spark if they are not configured by user.
4545
DEFAULT_CONFIGS = {
46-
"spark.serializer": "org.apache.spark.serializer.KryoSerializer",
4746
"spark.serializer.objectStreamReset": 100,
4847
"spark.rdd.compress": True,
4948
}

0 commit comments

Comments
 (0)