HBASE-16983 TestMultiTableSnapshotInputFormat failing with Unable to create region directory: /tmp/... (Addendum by Guanghao Zhang)

This commit is contained in:
Michael Stack 2016-11-08 11:59:49 -08:00
parent b143f6e4a3
commit f9c23f5e9d
1 changed files with 1 additions and 2 deletions

View File

@ -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