aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/pyspark/context.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index 6e9f24ef10..2744bb9ec0 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -787,14 +787,6 @@ class SparkContext(object):
"""
self._jsc.sc().addFile(path)
- def clearFiles(self):
- """
- Clear the job's list of files added by L{addFile} or L{addPyFile} so
- that they do not get downloaded to any new nodes.
- """
- # TODO: remove added .py or .zip files from the PYTHONPATH?
- self._jsc.sc().clearFiles()
-
def addPyFile(self, path):
"""
Add a .py or .zip dependency for all tasks to be executed on this