From cc0aeaeecd9022dd0325e2f5b15c74ea3cea2947 Mon Sep 17 00:00:00 2001 From: Aman Garg Date: Tue, 2 Apr 2019 10:00:41 +0530 Subject: [PATCH] delete associated checkpointings when deleting file (no changes) --- hdfscontents/hdfsmanager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hdfscontents/hdfsmanager.py b/hdfscontents/hdfsmanager.py index 3a1add4..140f188 100644 --- a/hdfscontents/hdfsmanager.py +++ b/hdfscontents/hdfsmanager.py @@ -338,7 +338,6 @@ def save(self, model, path=''): def delete_file(self, path): """Delete file at path.""" - # TODO: Deleting all associated (multiple) checkpoints path = path.strip('/') hdfs_path = to_os_path(path, self.root_dir) if self._hdfs_dir_exists(hdfs_path):