Repository: spark
Updated Branches:
  refs/heads/branch-1.1 c71b5c6db -> 98d0716a1


[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

(cherry picked from commit e248328b39f52073422a12fd0388208de41be1c7)
Signed-off-by: Josh Rosen <joshro...@apache.org>


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

Branch: refs/heads/branch-1.1
Commit: 98d0716a11e8e5731adfa6031a5d35916f42b6f5
Parents: c71b5c6
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:48:00 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/98d0716a/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