HADOOP-15853. TestConfigurationDeprecation leaves behind a temp file, resulting in a license issue (ayushtkn via rkanter)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7fe1a40a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7fe1a40a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7fe1a40a Branch: refs/heads/HDFS-12943 Commit: 7fe1a40a6ba692ce5907b96db3a7cb3639c091bd Parents: ef9dc6c Author: Robert Kanter <[email protected]> Authored: Mon Oct 15 15:02:37 2018 -0700 Committer: Robert Kanter <[email protected]> Committed: Mon Oct 15 15:02:37 2018 -0700 ---------------------------------------------------------------------- .../java/org/apache/hadoop/conf/TestConfigurationDeprecation.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7fe1a40a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfigurationDeprecation.java ---------------------------------------------------------------------- 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 4014b60..efb8131 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{ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
