Matteo Bertozzi created HBASE-9337: -------------------------------------- Summary: shell 'user_permission' throws no method 'toStringBinary' for (o.a.h.h.TableName) Key: HBASE-9337 URL: https://issues.apache.org/jira/browse/HBASE-9337 Project: HBase Issue Type: Bug Components: security, shell Affects Versions: 0.95.2 Reporter: Matteo Bertozzi Assignee: Matteo Bertozzi Fix For: 0.98.0, 0.96.0
the user_permission shell code is trying to convert a TableName object to a string, and it throws {code} hbase(main):010:0> user_permission User Table,Family,Qualifier:Permission ERROR: no method 'toStringBinary' for arguments (org.apache.hadoop.hbase.TableName) on Java::OrgApacheHadoopHbaseUtil::Bytes available overloads: (java.nio.ByteBuffer) (byte[]) {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira