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 cdcf546 commit 372166bCopy full SHA for 372166b
python/pyspark/context.py
@@ -40,6 +40,7 @@
40
# These are special default configs for PySpark, they will overwrite
41
# the default ones for Spark if they are not configured by user.
42
DEFAULT_CONFIGS = {
43
+ "spark.serializer": "org.apache.spark.serializer.KryoSerializer",
44
"spark.serializer.objectStreamReset": 100,
45
"spark.rdd.compress": True,
46
}
0 commit comments