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:
parent
2a0effdb9f
commit
522dd51ef9
|
@ -60,6 +60,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
||||||
/**
|
/**
|
||||||
* Start an Avro server
|
* Start an Avro server
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
public class AvroServer {
|
public class AvroServer {
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,7 @@ import org.apache.hadoop.hbase.client.Scan;
|
||||||
import org.apache.hadoop.hbase.io.hfile.Compression;
|
import org.apache.hadoop.hbase.io.hfile.Compression;
|
||||||
import org.apache.hadoop.hbase.util.Bytes;
|
import org.apache.hadoop.hbase.util.Bytes;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
public class AvroUtil {
|
public class AvroUtil {
|
||||||
|
|
||||||
|
|
|
@ -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
|
This directory contains an Avro interface definition file for an HBase RPC
|
||||||
service and a Java server implementation.
|
service and a Java server implementation.
|
||||||
|
|
||||||
|
This server has been Deprecated.
|
||||||
|
|
||||||
<h2><a name="whatisavro">What is Avro?</a></h2>
|
<h2><a name="whatisavro">What is Avro?</a></h2>
|
||||||
|
|
||||||
<p>Avro is a data serialization and RPC system. For more, see the
|
<p>Avro is a data serialization and RPC system. For more, see the
|
||||||
|
|
Loading…
Reference in New Issue