Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by JoelNothman: http://wiki.apache.org/hadoop/Hbase/ThriftApi The comment on the change is: + link for newbies ------------------------------------------------------------------------------ == Thrift API == + + This page discusses the [http://incubator.apache.org/thrift/ Thrift] client API for Hbase. Thrift is both cross-platform and more lightweight than REST for many operations. The design documentation below is now outdated. The latest version of the Thrift API is described by [http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/org/apache/hadoop/hbase/thrift/Hbase.thrift?view=co Hbase.thrift]. - This page discusses the effort of creating a Thrift client API. The reasoning behind creating a Thrift-based API is that Thrift is both cross-platform and more lightweight than REST for many operations. == Using the API ==
