Repository: spark
Updated Branches:
  refs/heads/master 27df6ce6a -> e248328b3


[SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()

 remove invalid docs

Author: Davies Liu <davies....@gmail.com>

Closes #2202 from davies/keep and squashes the following commits:

aa3b44f [Davies Liu] remove invalid docs


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e248328b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e248328b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e248328b

Branch: refs/heads/master
Commit: e248328b39f52073422a12fd0388208de41be1c7
Parents: 27df6ce
Author: Davies Liu <davies....@gmail.com>
Authored: Fri Aug 29 11:47:49 2014 -0700
Committer: Josh Rosen <joshro...@apache.org>
Committed: Fri Aug 29 11:47:49 2014 -0700

----------------------------------------------------------------------
 python/pyspark/context.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e248328b/python/pyspark/context.py
----------------------------------------------------------------------
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index a90870e..82f76de 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to