Re: Spark sql query the hive external table mapped from phoenix always throw out Class org.apache.phoenix.hive.PhoenixSerDe not found exception

2019-07-11 Thread Josh Elser
ix Storage Handler for Apache Hive, According the guidance, I can query phoenix table from beeline-cli, I can load phoenix table as dataframe using Spark-sql. So my question is : Does Phoenix support spark-sql query the hive external table mapped from Phoenix ? I am working on hdp3.0 ( Phoenix

Hive external table of Phoenix table

2017-04-05 Thread Sudhir Babu Pothineni
We are trying to use hive on Phoenix. In following code https://github.com/apache/phoenix/blob/master/phoenix-hive/src/main/java/org/apache/phoenix/hive/PhoenixStorageHandler.java SessionState.get() is getting null, what is that mean? I think null check should be added? I don't have full

[BEST PRACTICES]: Registering Hbase table as hive external table

2016-02-28 Thread Divya Gehlot
Hi, Has any worked on registering Hbase tables as hive ? I would like to know the best practices as well as pros and cons of it . Would really appreciate if you could refer me to good blog ,study materials etc. If anybody has hands on /production experience ,could you please share the tips?

Re: hive external table

2015-04-07 Thread Marek Wiewiorka
| Skype: nicolas.maillard.hortonworks -- *From:* Marek Wiewiorka marek.wiewio...@gmail.com *Sent:* Monday, April 06, 2015 10:31 PM *To:* user@phoenix.apache.org *Subject:* Re: hive external table Thanks Nicolas - could you just let me know what branch should I

Re: hive external table

2015-04-06 Thread Nicolas Maillard
@phoenix.apache.org Subject: Re: hive external table Thanks Nicolas - could you just let me know what branch should I use to build your project against Phoenix 4.3.0? Master of your repo seems to use 4.2.2... Sure I can live using epoch secs/millis instead of timestamp - however it would be nice to have

Re: hive external table

2015-04-06 Thread Marek Wiewiorka
: nicolas.maillard.hortonworks -- *From:* Marek Wiewiorka marek.wiewio...@gmail.com *Sent:* Monday, April 06, 2015 5:45 PM *To:* user@phoenix.apache.org *Subject:* hive external table Hi All, I trying to create an external table mapped to a Phoenix table and I cannot make

Re: hive external table

2015-04-06 Thread Nicolas Maillard
@phoenix.apache.org Subject: Re: hive external table Hi Nicolas - thanks for your response! Where can I find the latest branch - I used master from this repo: https://github.com/nmaillard/Phoenix-Hive and it is built againts 4.2.2 - I changed dependency in pom and tried to build it using 4.3 I got

Re: hive external table

2015-04-06 Thread Nicolas Maillard
From: Marek Wiewiorka marek.wiewio...@gmail.com Sent: Monday, April 06, 2015 5:45 PM To: user@phoenix.apache.org Subject: hive external table Hi All, I trying to create an external table mapped to a Phoenix table and I cannot make it working. I tried this project: https

Re: hive external table

2015-04-06 Thread Marek Wiewiorka
-- *From:* Marek Wiewiorka marek.wiewio...@gmail.com *Sent:* Monday, April 06, 2015 10:05 PM *To:* user@phoenix.apache.org *Subject:* Re: hive external table Hi Nicolas - thanks for your response! Where can I find the latest branch - I used master from this repo: https://github.com/nmaillard