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 @@ Map> allPerms = new TreeMap>(Bytes.BYTES_COMPARATOR); - + // do a full scan of _acl_ table Scan scan = new Scan(); Index: hbase-server/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html =================================================================== --- hbase-server/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html (revision 1454254) +++ hbase-server/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html (working copy) @@ -42,12 +42,12 @@ better matches the hbase API (this package was modelled on old HBase API long since dropped).

-

The {@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: