zeppelin 0.7.3 unable to enable the helium ultimate-heatmap-chart

2017-10-19 Thread Indtiny S
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

phoenix interpreter throws error RPC_HEADER in zeppelin

2017-10-19 Thread Indtiny S
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

Re: phoenix interpreter throws error RPC_HEADER in zeppelin

2017-10-23 Thread Indtiny S
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 &

Need zeppelin 0.8.0 built version

2017-10-23 Thread Indtiny S
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

Re: Need zeppelin 0.8.0 built version

2017-10-24 Thread Indtiny S
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

Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-24 Thread Indtiny S
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')

Re: Read Hbase table in pyspark

2017-10-25 Thread Indtiny S
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

Re: Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-25 Thread Indtiny S
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