From 7fe1a40a6ba692ce5907b96db3a7cb3639c091bd Mon Sep 17 00:00:00 2001 From: Robert Kanter Date: Mon, 15 Oct 2018 15:02:37 -0700 Subject: [PATCH] HADOOP-15853. TestConfigurationDeprecation leaves behind a temp file, resulting in a license issue (ayushtkn via rkanter) --- .../org/apache/hadoop/conf/TestConfigurationDeprecation.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfigurationDeprecation.java b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfigurationDeprecation.java index 4014b604baa..efb813164af 100644 --- a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfigurationDeprecation.java +++ b/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{