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