Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A0E162009F8 for ; Fri, 20 May 2016 00:16:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9F56B160A22; Thu, 19 May 2016 22:16:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 22C43160A0D for ; Fri, 20 May 2016 00:16:18 +0200 (CEST) Received: (qmail 84200 invoked by uid 500); 19 May 2016 22:16:13 -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 84078 invoked by uid 99); 19 May 2016 22:16:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 22:16:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D51042C1F5D for ; Thu, 19 May 2016 22:16:12 +0000 (UTC) Date: Thu, 19 May 2016 22:16:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15858) Some region server group shell commands don't work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 May 2016 22:16:19 -0000 [ https://issues.apache.org/jira/browse/HBASE-15858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15292248#comment-15292248 ] Ted Yu commented on HBASE-15858: -------------------------------- In rsgroup_shell_test.rb , get_rsgroup() is already tested: {code} @hbase.rsgroup_admin(@formatter).get_rsgroup(group_name) do |line| {code} > Some region server group shell commands don't work > -------------------------------------------------- > > Key: HBASE-15858 > URL: https://issues.apache.org/jira/browse/HBASE-15858 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Attachments: 15858.v1.patch > > > [~cartershanklin] reported the following: > {code} > hbase(main):021:0> get_rsgroup 'test_group' > GROUP INFORMATION > ERROR: undefined local variable or method `group_admin' for # > Here is some help for this command: > Get a region server group's information. > Example: > hbase> get_rsgroup 'default' > {code} > {code} > hbase(main):009:0> get_server_rsgroup 'hdp250-hbase-unsecure.example.com:16030' > ERROR: undefined method `getGroupOfServer' for # > Here is some help for this command: > Get the group name the given region server is a member of. > hbase> get_server_rsgroup 'server1:port1' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)