HBASE-5948 Deprecate and remove the Avro gateway

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1344029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-05-29 22:18:26 +00:00
parent 2a0effdb9f
commit 522dd51ef9
3 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,7 @@ import org.apache.hadoop.hbase.util.Bytes;
/**
* Start an Avro server
*/
@Deprecated
@InterfaceAudience.Private
public class AvroServer {

View File

@ -60,6 +60,7 @@ import org.apache.hadoop.hbase.client.Scan;
import org.apache.hadoop.hbase.io.hfile.Compression;
import org.apache.hadoop.hbase.util.Bytes;
@Deprecated
@InterfaceAudience.Private
public class AvroUtil {

View File

@ -25,6 +25,8 @@ Provides an HBase <a href="http://avro.apache.org">Avro</a> service.
This directory contains an Avro interface definition file for an HBase RPC
service and a Java server implementation.
This server has been Deprecated.
<h2><a name="whatisavro">What is Avro?</a></h2>
<p>Avro is a data serialization and RPC system. For more, see the