HBASE-16983 TestMultiTableSnapshotInputFormat failing with Unable to
create region directory: /tmp/...
This commit is contained in:
parent
6cf9333e97
commit
26cbe44337
|
@ -64,7 +64,7 @@ public class TestMultiTableSnapshotInputFormat extends MultiTableInputFormatTest
|
|||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
this.restoreDir = new Path("/tmp");
|
||||
this.restoreDir = TEST_UTIL.getDataTestDir();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ public class TestStoreFileInfo {
|
|||
@Test
|
||||
public void testEqualsWithLink() throws IOException {
|
||||
Path origin = new Path("/origin");
|
||||
Path tmp = new Path("/tmp");
|
||||
Path tmp = TEST_UTIL.getDataTestDir();
|
||||
Path mob = new Path("/mob");
|
||||
Path archive = new Path("/archive");
|
||||
HFileLink link1 = new HFileLink(new Path(origin, "f1"), new Path(tmp, "f1"),
|
||||
|
|
Loading…
Reference in New Issue