Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D880710601 for ; Mon, 27 Jan 2014 21:25:40 +0000 (UTC) Received: (qmail 53515 invoked by uid 500); 27 Jan 2014 21:25:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 53475 invoked by uid 500); 27 Jan 2014 21:25:38 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 53463 invoked by uid 99); 27 Jan 2014 21:25:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 21:25:38 +0000 Date: Mon, 27 Jan 2014 21:25:38 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10426) user_permission in security.rb calls non-existent UserPermission#getTable method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883330#comment-13883330 ] Matteo Bertozzi commented on HBASE-10426: ----------------------------------------- in other places we use getNameAsString() instead of toString() even if for now the result is the same. other than that +1 for me > user_permission in security.rb calls non-existent UserPermission#getTable method > -------------------------------------------------------------------------------- > > Key: HBASE-10426 > URL: https://issues.apache.org/jira/browse/HBASE-10426 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Attachments: 10426-v1.txt > > > In user mailing list, Alex reported this error under the thread "user_permission error - undefined method 'getTable'": > {code} > hbase(main):010:0> create 'foo','bar' > 0 row(s) in 0.5780 seconds > => Hbase::Table - foo > hbase(main):011:0> user_permission 'foo' > User Table,Family,Qualifier:Permission > *ERROR: undefined method `getTable' for > #* > {code} > UserPermission#getTable method doesn't exist -- This message was sent by Atlassian JIRA (v6.1.5#6160)