Index: hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java (revision 1454254) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java (working copy) @@ -83,7 +83,7 @@ * group,family,qualifier column qualifier level permissions for a group * * All values are encoded as byte arrays containing the codes from the - * {@link org.apache.hadoop.hbase.security.access.TablePermission.Action} enum. + * org.apache.hadoop.hbase.security.access.TablePermission.Action enum. *
*/ public class AccessControlLists { @@ -320,7 +320,7 @@ MapThe {@link org.apache.hadoop.hbase.thrift.generated.Hbase.Iface HBase API} is defined in the +
The org.apache.hadoop.hbase.thrift.generated.Hbase.Iface HBase API is defined in the file Hbase.thrift (Click the former to see the thrift generated documentation of thrift interface). A server-side implementation of the API is in {@link org.apache.hadoop.hbase.thrift.ThriftServer}. The generated interfaces, types, and RPC utility files reside in the -{@link org.apache.hadoop.hbase.thrift.generated} package. +org.apache.hadoop.hbase.thrift.generated package.
To start ThriftServer, use: