git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@447600 13f79535-47bb-0310-9956-ffa450edef68
@@ -65,7 +65,7 @@ public class MRCaching {
Path file = new Path("/tmp");
fs.mkdirs(file);
Path fileOut = new Path(file, "test.txt");
- fs.delete(file);
+ fs.delete(fileOut);
DataOutputStream out = fs.create(fileOut);
for (int i = 0; i < localArchives.length; i++) {