According to http://hbase.apache.org/book/hbase.accesscontrol.configuration.html#d2566e5780, the Enable/Disable operation is controlled by the Admin permission. However, it seems to be controlled instead by the Create permission. Is this a bug or a typo in the documentation?
hbase(main):002:0> disable 'foo' ERROR: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions ([email protected], scope=foo, family=, action=CREATE) Thanks in advance, Alex.
