You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/09/10 21:32:14 UTC

[09/50] git commit: Whoopsy daisy

Whoopsy daisy


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

Branch: refs/remotes/origin/branch-0.8
Commit: a3868544be9fe74ea925016d125a5e9f61eeb902
Parents: c1cc8c4
Author: Aaron Davidson <aa...@databricks.com>
Authored: Sun Sep 8 00:30:47 2013 -0700
Committer: Aaron Davidson <aa...@databricks.com>
Committed: Sun Sep 8 00:30:47 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/a3868544/python/pyspark/context.py
----------------------------------------------------------------------
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index efd7828..5971103 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -48,7 +48,6 @@ class SparkContext(object):
     _active_spark_context = None
     _lock = Lock()
     _python_includes = None # zip and egg files that need to be added to PYTHONPATH
-    StorageLevel = None
 
     def __init__(self, master, jobName, sparkHome=None, pyFiles=None,
         environment=None, batchSize=1024):