Re: Weird error in trying set up a hive interpreter.

2017-10-25 Thread Michael Segel
Notebook with Spark as the default interpreter? Sorry, not sure how to describe it… So… I can create a new note with hive as the default interpreter… everything is ok. Ok, that’s weird… now it works. I just created a spark notebook and then did %hive and then Show databaes; That worked….

Re: Weird error in trying set up a hive interpreter.

2017-10-25 Thread Michael Segel
Hi, You were right. Hive wasn’t up and running. I’ve re-installed MapR, created the interpreter… but then ran in to a curious issue…. If I created a new note and made hive my default interpreter. I could run Hive commands. But… if I took a spark note and then tried to run %hive … within the

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

2017-10-25 Thread Jongyoul Lee
Hi, I'm not sure but you can try 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

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 > >

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

2017-10-25 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