Hi Ben, could you check out my PR here https://github.com/apache/incubator-zeppelin/pull/701
_____________________________
From: Benjamin Kim <[email protected]>
Sent: Thursday, February 4, 2016 10:00 PM
Subject: Re: HBase Interpreter
To: <[email protected]>
Sure. I'll do that.
On Thursday, February 4, 2016, Felix Cheung < [email protected]>
wrote:
Sorry to clarify I was referring to changes to Maven's project
file that could allow changes to dependencies at project build time. We would
need to look into that - will loop you in for validating for sure if you'd
like.
_____________________________
From: Benjamin Kim < [email protected]>
Sent: Thursday, February 4, 2016 9:39 PM
Subject: Re: HBase Interpreter
To: < [email protected]>
Please, tell me what values to put as the properties for hbase version?
Thanks, Ben
On Feb 4, 2016, at 9:15 PM, Felix Cheung <
[email protected]> wrote:
We could probably look into HBase/Pom.xml
handling the vendor-repo profile too.
On Thu, Feb 4, 2016 at 8:08 PM -0800, "Rajat Venkatesh"
<[email protected]> wrote:
Benjamin,
Can you try compiling Zeppelin by changing the dependencies in hbase/pom.xml to
use cloudera jars ? In the long run, one
option is to 1. run & capture o/p of
'bin/hbase classpath' 2. create a
classloader 3. load all the classes from 1
Then it will work with any version of
HBase theoritically.
On Fri, Feb 5, 2016 at 8:14 AM Benjamin Kim
< [email protected]> wrote:
Felix,
I know that Cloudera practice. We
hate that they do that without informing anyone.
Thanks,
Ben
On Feb 4,
2016, at 9:18 AM, Felix Cheung < [email protected]>
wrote:
CDH
is known to cherry pick patches from later releases. Maybe it is because of
that.
Rajat do you have any
lead on the release compatibility issue?
_____________________________
From: Rajat Venkatesh < [email protected]>
Sent: Wednesday, February 3, 2016 10:05 PM
Subject: Re: HBase Interpreter
To: < [email protected]>
Oh. That should work. I've tested with
1.0.0. Hmm
On Thu, Feb 4, 2016
at 10:50 AM Benjamin Kim < [email protected]> wrote:
Hi Rajat,
The version
of HBase that comes with CDH 5.4.8 is 1.0.0. How do I check if they are
compatible?
Thanks,
Ben
On Feb 3, 2016, at 9:16 PM, Rajat Venkatesh <
[email protected]> wrote:
Can you check the version of HBase ? HBase interpreter has been tested with
HBase 1.0.x and Hadoop 2.6.0. There is a good chance this error is due to
mismatch in versions.
On Thu, Feb 4, 2016 at 10:20 AM Benjamin Kim <
[email protected]> wrote:
I got this error below trying out the new HBase Interpreter after pulling and
compiling the latest.
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/cloudera/parcels/CDH/lib/hbase/lib/ruby/hbase/quotas.rb:23)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at
(Anonymous).(root)(/opt/cloudera/parcels/CDH/lib/hbase/lib/ruby/hbase/quotas.rb:24)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at
(Anonymous).(root)(/opt/cloudera/parcels/CDH/lib/hbase/lib/ruby/hbase/hbase.rb:90)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062)
at
(Anonymous).(root)(/opt/cloudera/parcels/CDH/lib/hbase/lib/ruby/hbase.rb:118)
Is there something I’m missing. Is it because I’m using CDH 5.4.8?
Thanks,
Ben
