[
https://issues.apache.org/jira/browse/HBASE-28269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798514#comment-17798514
]
Nihal Jain commented on HBASE-28269:
------------------------------------
Ignore I see
[3.0.0-beta-1RC0|https://github.com/apache/hbase/commit/93f6d4b9841f37cba3ed55809c6363ca2859dfce]
is already there
> Ruby scripts are broken as they import non-existent classes
> -----------------------------------------------------------
>
> Key: HBASE-28269
> URL: https://issues.apache.org/jira/browse/HBASE-28269
> Project: HBase
> Issue Type: Bug
> Affects Versions: 3.0.0-alpha-4
> Reporter: Nihal Jain
> Assignee: Nihal Jain
> Priority: Major
> Labels: ruby
>
> Some of the ruby scripts are broken in 3.x as they are referencing
> non-existent classes, these were deprecated earlier and removed in 3.x:
> * {{org.apache.hadoop.hbase.client.HBaseAdmin}}
> * {{org.apache.hadoop.hbase.HTableDescriptor}}
> Following 4 scripts are failing:
> {code:java}
> NameError: missing class name org.apache.hadoop.hbase.client.HBaseAdmin
> method_missing at org/jruby/javasupport/JavaPackage.java:253
> <main> at region_status.rb:50
> {code}
> {code:java}
> {NameError: missing class name org.apache.hadoop.hbase.HTableDescriptor
> method_missing at org/jruby/javasupport/JavaPackage.java:253
> <main> at replication/copy_tables_desc.rb:30
> {code}
> {code:java}
> NameError: missing class name org.apache.hadoop.hbase.client.HBaseAdmin
> method_missing at org/jruby/javasupport/JavaPackage.java:253
> <main> at draining_servers.rb:28
> {code}
> {code:java}
> NameError: missing class name org.apache.hadoop.hbase.client.HBaseAdmin
> method_missing at org/jruby/javasupport/JavaPackage.java:253
> <main> at shutdown_regionserver.rb:27
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)