aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDavies Liu <davies.liu@gmail.com>2014-08-29 11:47:49 -0700
committerJosh Rosen <joshrosen@apache.org>2014-08-29 11:47:49 -0700
commite248328b39f52073422a12fd0388208de41be1c7 (patch)
treecc4b8f8a1b93f8ebae8bb362a661ac00a4502fa9 /python
parent27df6ce6a2e6ba2142329f35e1670da184cb384c (diff)
downloadspark-e248328b39f52073422a12fd0388208de41be1c7.tar.gz
spark-e248328b39f52073422a12fd0388208de41be1c7.tar.bz2
spark-e248328b39f52073422a12fd0388208de41be1c7.zip
[SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()
remove invalid docs Author: Davies Liu <davies.liu@gmail.com> Closes #2202 from davies/keep and squashes the following commits: aa3b44f [Davies Liu] remove invalid docs
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