Hi,
I downloaded chart using "npm install ultimate-heatmap-chart" at location
ZeppelinHome/local-repo/vis/
and added artifact as " *"ultimate-heatmap-chart:0.0.1" *but getting the
below error while enabling the chart.
/~/ultimate-heatmap-chart/index.js
Module not found: Error: Cannot resolve
Hi,
I installed zeppelin 0.8.0 and added phoenix interpreter .
when I run simple query from the
%phoenix
select "age" from "empolyeelist"
I got the below error , if I try adding phoenix interpreter to zeppelin
0.7.3 its able to connect to my hbase properly , I am getting this below
error only
an you check it?
> >
> > JL
> >
> > On Thu, Oct 19, 2017 at 8:52 PM, Indtiny S wrote:
> >
> > > Hi,
> > >
> > > I installed zeppelin 0.8.0 and added phoenix interpreter .
> > >
> > > when I run simple query from the
&
Hi All,
Is there a zeppelin 0.8.0 binary version available ?
on zeppelin site I could check only version till 0.7.3 .
I am facing some problem after building myself so asking for the built
version .
And if not available which is the stable git commit for 0.8.0 version ?
Regards
In
nterpreter and it works well.
So I am thinking problem with my zeppelin 0.8.0 build.
Regards
In
On Tue, Oct 24, 2017 at 12:00 PM, Jeff Zhang wrote:
> What kind of problem do you have ?
>
> Indtiny S 于2017年10月24日周二 下午2:22写道:
>
> > Hi All,
> > Is there a zeppelin 0.8.0 bin
Hi,
I am trying to read Hbase tables in pyspark data frame,
I am using the below code
but I am getting the ClassNotFoundException error
df=sqlContext.read.format('jdbc').options(driver="org.apache.phoenix.jdbc.PhoenixDriver",url='jdbc:phoenix:localhost:2181:/hbase-unsecure',dbtable='table_name')
please help on this .
On Wed, Oct 25, 2017 at 11:35 AM, Indtiny S wrote:
> Hi,
> I am trying to read Hbase tables in pyspark data frame,
> I am using the below code
> but I am getting the ClassNotFoundException error
>
> df=sqlContext.read.format('jdb
to locate them under interpreter/spark if you
> can do it
>
> JL
>
> On Wed, Oct 25, 2017 at 3:05 PM, Indtiny S wrote:
>
> > Hi,
> > I am trying to read Hbase tables in pyspark data frame,
> > I am using the below code
> > but I am getting the ClassNotFound