HBASE-24175 [Flakey Tests] TestSecureExportSnapshot FileNotFoundException Addendum #3; catch more '/tmp' references by hadoop. Fix broken build.

This commit is contained in:
stack 2020-04-21 11:19:02 -07:00
parent b262b9a013
commit 3c1725f2f0
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ public class HBaseTestingUtility extends HBaseZKTestingUtility {
}
}
private String createDirAndSetProperty(String relPath, String property) {
private String createDirAndSetProperty(String property) {
return createDirAndSetProperty(property, property);
}