HADOOP-15853. TestConfigurationDeprecation leaves behind a temp file, resulting in a license issue (ayushtkn via rkanter)
This commit is contained in:
parent
ef9dc6c44c
commit
7fe1a40a6b
@ -77,6 +77,7 @@ public void tearDown() throws Exception {
|
|||||||
new File(CONFIG).delete();
|
new File(CONFIG).delete();
|
||||||
new File(CONFIG2).delete();
|
new File(CONFIG2).delete();
|
||||||
new File(CONFIG3).delete();
|
new File(CONFIG3).delete();
|
||||||
|
new File(CONFIG4).delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startConfig() throws IOException{
|
private void startConfig() throws IOException{
|
||||||
|
Loading…
Reference in New Issue
Block a user