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/07/16 23:13:57 UTC

svn commit: r677433 - /hadoop/hbase/trunk/CHANGES.txt

Author: jimk
Date: Wed Jul 16 14:13:57 2008
New Revision: 677433

URL: http://svn.apache.org/viewvc?rev=677433&view=rev
Log:
HBASE-747   Add a simple way to do batch updates of many rows (Jean-Daniel Cryans via JimK)
- add attribution

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=677433&r1=677432&r2=677433&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Wed Jul 16 14:13:57 2008
@@ -305,7 +305,8 @@
                at once
    HBASE-506   When an exception has to escape ServerCallable due to exhausted
                retries, show all the exceptions that lead to this situation
-   HBASE-747   Add a simple way to do batch updates of many rows
+   HBASE-747   Add a simple way to do batch updates of many rows (Jean-Daniel
+               Cryans via JimK)
    
   OPTIMIZATIONS
    HBASE-430   Performance: Scanners and getRow return maps with duplicate data