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 2010/12/11 00:03:15 UTC

svn commit: r1044529 - in /hbase/trunk: CHANGES.txt pom.xml

Author: stack
Date: Fri Dec 10 23:03:15 2010
New Revision: 1044529

URL: http://svn.apache.org/viewvc?rev=1044529&view=rev
Log:
HBASE-3334 Refresh our hadoop jar because of HDFS-1520

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/pom.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1044529&r1=1044528&r2=1044529&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Fri Dec 10 23:03:15 2010
@@ -762,6 +762,7 @@ Release 0.90.0 - Unreleased
    HBASE-3315  Add debug output for when balancer makes bad balance
    HBASE-3278  AssertionError in LoadBalancer
    HBASE-3318  Split rollback leaves parent with writesEnabled=false
+   HBASE-3334  Refresh our hadoop jar because of HDFS-1520
 
 
 

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1044529&r1=1044528&r2=1044529&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Dec 10 23:03:15 2010
@@ -474,7 +474,7 @@
     at revision 1034499 with this hdfs-895 patch:
     https://issues.apache.org/jira/secure/attachment/12459473/hdfs-895-branch-20-append.txt
     -->
-    <hadoop.version>0.20-append-r1042285</hadoop.version>
+    <hadoop.version>0.20-append-r1044525</hadoop.version>
     <jasper.version>5.5.23</jasper.version>
     <jaxb-api.version>2.1</jaxb-api.version>
     <jetty.version>6.1.25</jetty.version>