Author: stack
Date: Fri Jul 24 15:03:08 2009
New Revision: 797515
URL: http://svn.apache.org/viewvc?rev=797515&view=rev
Log:
HBASE-1699 Remove hbrep example as it's too out of date
Modified:
hadoop/hbase/trunk/CHANGES.txt
hadoop/hbase/trunk/src/examples/REAME.txt
Modified: hadoop/hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=797515&r1=797514&r2=797515&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Fri Jul 24 15:03:08 2009
@@ -509,6 +509,7 @@
HBASE-1694 Add TOC to 'Getting Started', add references to THBase and
ITHBase
HBASE-1699 Remove hbrep example as it's too out of date
+ (Tim Sell via Stack)
OPTIMIZATIONS
HBASE-1412 Change values for delete column and column family in KeyValue
Modified: hadoop/hbase/trunk/src/examples/REAME.txt
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/examples/REAME.txt?rev=797515&r1=797514&r2=797515&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/examples/REAME.txt (original)
+++ hadoop/hbase/trunk/src/examples/REAME.txt Fri Jul 24 15:03:08 2009
@@ -1,2 +1 @@
-Example code. Includes thrift clients and uploader examples including
-a script to replicate a postgres database in hbase by Tim Sell.
+Example code. Includes thrift clients and mapreduce uploader examples.