You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ji...@apache.org on 2007/09/10 19:42:50 UTC

svn commit: r574312 - in /lucene/hadoop/trunk/src/contrib/hbase: CHANGES.txt src/java/org/apache/hadoop/hbase/HClient.java

Author: jimk
Date: Mon Sep 10 10:42:50 2007
New Revision: 574312

URL: http://svn.apache.org/viewvc?rev=574312&view=rev
Log:
HADOOP-1793 Remove deprecated HClient class

Removed:
    lucene/hadoop/trunk/src/contrib/hbase/src/java/org/apache/hadoop/hbase/HClient.java
Modified:
    lucene/hadoop/trunk/src/contrib/hbase/CHANGES.txt

Modified: lucene/hadoop/trunk/src/contrib/hbase/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/hbase/CHANGES.txt?rev=574312&r1=574311&r2=574312&view=diff
==============================================================================
--- lucene/hadoop/trunk/src/contrib/hbase/CHANGES.txt (original)
+++ lucene/hadoop/trunk/src/contrib/hbase/CHANGES.txt Mon Sep 10 10:42:50 2007
@@ -47,7 +47,7 @@
                 filter types
     HADOOP-1760 Use new MapWritable and SortedMapWritable classes from
                 org.apache.hadoop.io
-    HADOOP-1793 (Phase 1) Remove TestHClient
+    HADOOP-1793 (Phase 1) Remove TestHClient (Phase2) remove HClient.
     HADOOP-1794 Remove deprecated APIs
     HADOOP-1802 Startup scripts should wait until hdfs as cleared 'safe mode'
     HADOOP-1833 bin/stop_hbase.sh returns before it completes