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:
Michael Stack 2016-11-08 12:15:05 -08:00
parent 5e361b87f2
commit 9afcb4366d
1 changed files with 2 additions and 1 deletions

View File

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