diff --git a/CHANGES.txt b/CHANGES.txt index bd762773af7..a6f66d57b53 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -509,6 +509,7 @@ Release 0.20.0 - Unreleased 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 diff --git a/src/examples/REAME.txt b/src/examples/REAME.txt index 69cff062879..14de7f86d7e 100644 --- a/src/examples/REAME.txt +++ b/src/examples/REAME.txt @@ -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.