You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ji...@apache.org on 2008/02/23 04:18:45 UTC

svn commit: r630383 - in /hadoop/hbase/trunk: CHANGES.txt src/test/org/apache/hadoop/hbase/util/TestMigrate.java

Author: jimk
Date: Fri Feb 22 19:18:44 2008
New Revision: 630383

URL: http://svn.apache.org/viewvc?rev=630383&view=rev
Log:
HBASE-460   TestMigrate broken when HBase moved to subproject

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/src/test/org/apache/hadoop/hbase/util/TestMigrate.java

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=630383&r1=630382&r2=630383&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Fri Feb 22 19:18:44 2008
@@ -24,7 +24,7 @@
    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

Modified: hadoop/hbase/trunk/src/test/org/apache/hadoop/hbase/util/TestMigrate.java
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/test/org/apache/hadoop/hbase/util/TestMigrate.java?rev=630383&r1=630382&r2=630383&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/test/org/apache/hadoop/hbase/util/TestMigrate.java (original)
+++ hadoop/hbase/trunk/src/test/org/apache/hadoop/hbase/util/TestMigrate.java Fri Feb 22 19:18:44 2008
@@ -86,7 +86,7 @@
        * 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 @@
           
           // 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);