Re: hbase-1.1.1 & hive-1.0.1

2016-03-19 Thread Adam Hunt
Version information Hive 1.x will remain compatible with HBase 0.98.x and lower versions. Hive 2.x will be compatible with HBase 1.x and higher. (See HIVE-10990 for details.) Consumers wanting to work with HBase 1.x using Hive 1.x will need to

Re: NPE when reading Parquet using Hive on Tez

2016-02-02 Thread Adam Hunt
> select count(*) from x where x.x > 1; OK 1 Thanks for your help. Best, Adam On Tue, Jan 5, 2016 at 9:10 AM, Adam Hunt <adamph...@gmail.com> wrote: > Hi Gopal, > > Spark does offer dynamic allocation, but it doesn't always work as > advertised. My experience with Tez h

Re: NPE when reading Parquet using Hive on Tez

2016-01-05 Thread Adam Hunt
Hi Gopal, Spark does offer dynamic allocation, but it doesn't always work as advertised. My experience with Tez has been more in line with my expectations. I'll bring up my issues with Spark on that list. I tried your example and got the same NPE. It might be a mapr-hive issue. Thanks for your

NPE when reading Parquet using Hive on Tez

2016-01-04 Thread Adam Hunt
Hi, When I perform any operation on a data set stored in Parquet format using Hive on Tez, I get an NPE (see bottom for stack trace). The same operation works fine on tables stored as text, Avro, ORC and Sequence files. The same query on the parquet tables also works fine if I use Hive on MR.