Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 250D010C97 for ; Mon, 26 Aug 2013 17:54:02 +0000 (UTC) Received: (qmail 78349 invoked by uid 500); 26 Aug 2013 17:54:00 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 78240 invoked by uid 500); 26 Aug 2013 17:53:59 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 78153 invoked by uid 99); 26 Aug 2013 17:53:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 17:53:57 +0000 Date: Mon, 26 Aug 2013 17:53:57 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9337) shell 'user_permission' throws no method 'toStringBinary' for (o.a.h.h.TableName) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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