HBASE-16983 TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/... (Addendum by Guanghao Zhang)
This commit is contained in:
parent
b143f6e4a3
commit
f9c23f5e9d
|
@ -64,8 +64,7 @@ public class TestMultiTableSnapshotInputFormat extends MultiTableInputFormatTest
|
|||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
this.restoreDir = TEST_UTIL.getDataTestDir();
|
||||
|
||||
this.restoreDir = TEST_UTIL.getRandomDir();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue