We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222fa47 commit 43eb6d3Copy full SHA for 43eb6d3
python/pyspark/context.py
@@ -43,7 +43,6 @@
43
# These are special default configs for PySpark, they will overwrite
44
# the default ones for Spark if they are not configured by user.
45
DEFAULT_CONFIGS = {
46
- "spark.serializer": "org.apache.spark.serializer.KryoSerializer",
47
"spark.serializer.objectStreamReset": 100,
48
"spark.rdd.compress": True,
49
}
0 commit comments