[
https://issues.apache.org/jira/browse/HBASE-18350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198646#comment-16198646
]
Sean Busbey commented on HBASE-18350:
-------------------------------------
{code}
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/get_rsgroup.rb:E:33:17:
undefined method rsgroup_admin
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/get_rsgroup.rb:E:35:9:
undefined method formatter
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/get_rsgroup.rb:E:37:11:
undefined method formatter
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/get_rsgroup.rb:E:39:9:
undefined method formatter
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/list_rsgroups.rb:E:57:13:
undefined method formatter
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/list_rsgroups.rb:E:68:13:
undefined method formatter
/testptch/hbase/hbase-shell/src/main/ruby/shell/commands/list_rsgroups.rb:E:72:13:
undefined method formatter
{code}
These are all relying on methods inherited from the Command class, which
ruby-lint doesn't know about for some reason. Probably because we don't
conditionally include the file where Command is definted and ruby-lint maybe
looks at files as stand-alone entities?
In any case, this is how all our current ruby commands are done, so I don't
think you should worry about fixing it here.
> RSGroups are broken under AMv2
> ------------------------------
>
> Key: HBASE-18350
> URL: https://issues.apache.org/jira/browse/HBASE-18350
> Project: HBase
> Issue Type: Bug
> Components: rsgroup
> Affects Versions: 2.0.0-alpha-1
> Reporter: Stephen Yuan Jiang
> Assignee: Balazs Meszaros
> Priority: Blocker
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-18350.master.001.patch
>
>
> The following RSGroups tests were disabled by Core Proc-V2 AM in HBASE-14614:
> - Disabled/Ignore TestRSGroupsOfflineMode#testOffline; need to dig in on what
> offline is.
> - Disabled/Ignore TestRSGroups.
> This JIRA tracks the work to enable them (or remove/modify if not applicable).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)