Felix Cheung created ZEPPELIN-768:
-------------------------------------
Summary: HBase interpreter does not work with HBase 1.1.4 (stable)
or HBase 1.2.0
Key: ZEPPELIN-768
URL: https://issues.apache.org/jira/browse/ZEPPELIN-768
Project: Zeppelin
Issue Type: Bug
Components: Interpreters
Affects Versions: 0.6.0
Reporter: Felix Cheung
When run
{code}
%hbase
list
{code}
This error is reported:
{code}
org.jruby.exceptions.RaiseException: (NameError) cannot load Java class
org.apache.hadoop.hbase.quotas.ThrottleType
at
org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(org/jruby/javasupport/JavaUtilities.java:54)
at (Anonymous).method_missing(/builtin/javasupport/java.rb:51)
at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/quotas.rb:23)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/quotas.rb:24)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/hbase.rb:96)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase.rb:105)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)