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

This commit is contained in:
Robert Kanter 2018-10-15 15:02:37 -07:00
parent ef9dc6c44c
commit 7fe1a40a6b
1 changed files with 1 additions and 0 deletions

View File

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