From e179a9ff84c709ce24fa5e268e1e5a7ec3ddf3e0 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 2 Nov 2015 09:17:28 +1000 Subject: [PATCH] HBASE-14739 Fix broken link to Javadoc that is suppressed because it is generated code --- .../src/main/java/org/apache/hadoop/hbase/thrift2/package.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/package.html b/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/package.html index 8c40d95..5c7ca94 100644 --- a/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/package.html +++ b/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/package.html @@ -31,23 +31,23 @@ There are currently 2 thrift server implementations in HBase, the packages:

What is Thrift?

- -

"Thrift is a software framework for scalable cross-language services + +

"Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, and OCaml. Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008". -From http://thrift.apache.org/

+From http://thrift.apache.org/

Description

-

The HBase API is defined in the +

The HBase API is defined in the file hbase.thrift. A server-side implementation of the API is in org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler with the server boiler plate in org.apache.hadoop.hbase.thrift2.ThriftServer. -- 2.4.9 (Apple Git-60)