aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pyspark/context.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index a90870ed3a..82f76de31a 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -568,8 +568,6 @@ class SparkContext(object):
L{Broadcast<pyspark.broadcast.Broadcast>}
object for reading it in distributed functions. The variable will
be sent to each cluster only once.
-
- :keep: Keep the `value` in driver or not.
"""
ser = CompressedSerializer(PickleSerializer())
# pass large object by py4j is very slow and need much memory