You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2020/03/31 00:19:00 UTC

[jira] [Created] (HBASE-24085) shell fails to launch out of binary tarball

Nick Dimiduk created HBASE-24085:
------------------------------------

             Summary: shell fails to launch out of binary tarball
                 Key: HBASE-24085
                 URL: https://issues.apache.org/jira/browse/HBASE-24085
             Project: HBase
          Issue Type: Bug
          Components: build, shell
    Affects Versions: 3.0.0
            Reporter: Nick Dimiduk


Trying to launch the shell out of binary tarball, doesn't launch.

{noformat}
$ JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home ~/tmp/packaging_and_integration/hbase-install/bin/hbase shell
NameError: missing class name (`org.apache.hadoop.hbase.HColumnDescriptor')
           method_missing at org/jruby/javasupport/JavaPackage.java:259
  <module:HBaseConstants> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/lib/ruby/hbase_constants.rb:42
                   <main> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/lib/ruby/hbase_constants.rb:34
                  require at org/jruby/RubyKernel.java:956
                   (root) at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1
                   <main> at /Users/ndimiduk/tmp/packaging_and_integration/hbase-install/bin/../bin/hirb.rb:131
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)