Przeglądaj źródła

HADOOP-15853. TestConfigurationDeprecation leaves behind a temp file, resulting in a license issue (ayushtkn via rkanter)

Robert Kanter 6 lat temu
rodzic
commit
7fe1a40a6b

+ 1 - 0
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfigurationDeprecation.java

@@ -77,6 +77,7 @@ public class TestConfigurationDeprecation {
     new File(CONFIG).delete();
     new File(CONFIG2).delete();
     new File(CONFIG3).delete();
+    new File(CONFIG4).delete();
   }
   
   private void startConfig() throws IOException{