Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions python/pyspark/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,14 +787,6 @@ def addFile(self, path):
"""
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
Expand Down