You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/11/01 00:02:03 UTC

svn commit: r709593 - in /hadoop/hbase/trunk: CHANGES.txt lib/hadoop-0.19.0-RC0-core.jar lib/hadoop-0.19.0-RC0-test.jar

Author: stack
Date: Fri Oct 31 16:02:02 2008
New Revision: 709593

URL: http://svn.apache.org/viewvc?rev=709593&view=rev
Log:
HBASE-976 HADOOP 0.19.0 RC0 is broke; replace with HEAD of branch-0.19

Removed:
    hadoop/hbase/trunk/lib/hadoop-0.19.0-RC0-core.jar
    hadoop/hbase/trunk/lib/hadoop-0.19.0-RC0-test.jar
Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=709593&r1=709592&r2=709593&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Fri Oct 31 16:02:02 2008
@@ -57,6 +57,7 @@
                create its directory in hdfs
    HBASE-963   Fix the retries in HTable.flushCommit
    HBASE-969   Won't when storefile > 2G.
+   HBASE-976   HADOOP 0.19.0 RC0 is broke; replace with HEAD of branch-0.19
 
   IMPROVEMENTS
    HBASE-901   Add a limit to key length, check key and value length on client side