Storage Handler for Apache Hive

2018-03-27 Thread Stepan Migunov
Hi, Phoenix 4.12.0-HBase-1.1, hadoop 2.6.4, hive 2.1.1 I have setup Hive for using external Phoenix tables. But after phoenix-hive.jar was included into the hive-site.xml, the hive console give exception on some operations (e.g. show databases or query with order by clause): Exception in threa

Re: Storage Handler for Apache Hive

2018-03-27 Thread Artem Ervits
Stepan, you're using version of Hadoop where StopWatch class is not defined https://github.com/apache/hadoop/tree/release-2.6.4-RC0/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/StopWatch.java If you at least go to Hadoop 2.7, this error will disappear https://github.c

RE: Storage Handler for Apache Hive

2018-03-27 Thread Stepan Migunov
Thank you, Artem! Does it mean that Phoenix-Hive integration works with Hadoop >= 2.7 only? *From:* Artem Ervits [mailto:artemerv...@gmail.com] *Sent:* Tuesday, March 27, 2018 12:10 PM *To:* user@phoenix.apache.org *Subject:* Re: Storage Handler for Apache Hive Stepan, you'

Re: Storage Handler for Apache Hive

2018-03-27 Thread Jaanai
Hi , Stepan Migunov! The Phoenix 4.12.0-HBase-1.1 depends on hadoop 2.7.1 version, you shoud run it on hadoop of higher version.

Re: Storage Handler for Apache Hive

2018-03-27 Thread Artem Ervits
> > > > > *From:* Artem Ervits [mailto:artemerv...@gmail.com] > *Sent:* Tuesday, March 27, 2018 12:10 PM > *To:* user@phoenix.apache.org > *Subject:* Re: Storage Handler for Apache Hive > > > > Stepan, you're using version of Hadoop where StopWatch class is not d

Re: Storage Handler for Apache Hive

2018-03-27 Thread Artem Ervits
>> Thank you, Artem! >> >> Does it mean that Phoenix-Hive integration works with Hadoop >= 2.7 only? >> >> >> >> >> >> *From:* Artem Ervits [mailto:artemerv...@gmail.com] >> *Sent:* Tuesday, March 27, 2018 12:10 PM >> *To:* user@pho