Skip to content
Snippets Groups Projects
Commit a3868544 authored by Aaron Davidson's avatar Aaron Davidson
Browse files

Whoopsy daisy

parent c1cc8c4d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ class SparkContext(object): ...@@ -48,7 +48,6 @@ class SparkContext(object):
_active_spark_context = None _active_spark_context = None
_lock = Lock() _lock = Lock()
_python_includes = None # zip and egg files that need to be added to PYTHONPATH _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, def __init__(self, master, jobName, sparkHome=None, pyFiles=None,
environment=None, batchSize=1024): environment=None, batchSize=1024):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment