[
https://issues.apache.org/jira/browse/HBASE-29352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955335#comment-17955335
]
Hudson commented on HBASE-29352:
--------------------------------
Results for branch branch-2.5
[build #696 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.2.4 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 source release artifact{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696//console].
(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/696//console].
> HBase shell fails with "NotImplementedError: fstat unimplemented unsupported
> or native support failed to load" on Mac
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-29352
> URL: https://issues.apache.org/jira/browse/HBASE-29352
> Project: HBase
> Issue Type: Task
> Components: shell
> Affects Versions: 2.5.11
> Reporter: Nihal Jain
> Assignee: Junegunn Choi
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.5.12
>
>
> hbase shell fails with below error on branch-2.5 HEAD
>
> {code:java}
> (base) hbase-2.5.12-SNAPSHOT % ./bin/hbase shell
> HBase Shell
> Use "help" to get list of supported commands.
> Use "exit" to quit this interactive shell.
> For Reference, please visit: http://hbase.apache.org/2.0/book.html#shell
> Version 2.5.12-SNAPSHOT, r8bb4e14872831408ed68aaebbaffc4765d4bada2, Fri May
> 23 15:04:10 IST 2025
> Took 0.0000 seconds
>
>
> NotImplementedError: fstat unimplemented unsupported or native support failed
> to load; see https://github.com/jruby/jruby/wiki/Native-Libraries
> initialize at org/jruby/RubyIO.java:1015
> open at org/jruby/RubyIO.java:1156
> initialize at
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/irb/input-method.rb:141
> initialize at
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/irb/context.rb:70
> initialize at
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/irb.rb:410
> initialize at uri:classloader:/irb/hirb.rb:50
> <main> at classpath:/jar-bootstrap.rb:225
> {code}
> Found this while trying to test HBASE-29293
> Not sure if all others OS have a issue, may be a MacOS specific thing for my
> version of Mac. I was able to resolve by moving to JRuby 9.2.21.0.
> CC: [~apurtell]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)