HBASE-460 TestMigrate broken when HBase moved to subproject
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@630383 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cfd4d2969
commit
f876238940
|
@ -24,7 +24,7 @@ Hbase Change Log
|
|||
HBASE-8 Delete table does not remove the table directory in the FS
|
||||
HBASE-428 Under continuous upload of rows, WrongRegionExceptions are thrown
|
||||
that reach the client even after retries
|
||||
|
||||
HBASE-460 TestMigrate broken when HBase moved to subproject
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-415 Rewrite leases to use DelayedBlockingQueue instead of polling
|
||||
|
|
|
@ -86,7 +86,7 @@ public class TestMigrate extends HBaseTestCase {
|
|||
* First load files from an old style HBase file structure
|
||||
*/
|
||||
|
||||
// Current directory is .../workspace/project/build/contrib/hbase/test/data
|
||||
// Current directory is .../project/build/test/data
|
||||
|
||||
FileSystem localfs = FileSystem.getLocal(conf);
|
||||
|
||||
|
@ -96,11 +96,11 @@ public class TestMigrate extends HBaseTestCase {
|
|||
|
||||
// this path is for running test with ant
|
||||
|
||||
"../../../../../src/contrib/hbase/src/testdata/HADOOP-2478-testdata.zip")
|
||||
"../../../src/testdata/HADOOP-2478-testdata.zip")
|
||||
|
||||
// and this path is for when you want to run inside eclipse
|
||||
|
||||
/*"src/contrib/hbase/src/testdata/HADOOP-2478-testdata.zip")*/
|
||||
/*"src/testdata/HADOOP-2478-testdata.zip")*/
|
||||
);
|
||||
|
||||
ZipInputStream zip = new ZipInputStream(hs);
|
||||
|
|
Loading…
Reference in New Issue