RE: LLAP - Hive on Tez - ERROR on SQL query

2020-02-28 Thread Aaron Grubb
I experienced weird classpath issues when deploying LLAP on a from-scratch cluster. Things like, it wasn’t able to find hive-default.xml and had no default configuration provider, so I had to include a hive-default.xml with every possible setting inside the Yarnfile package to get it to run. Thi

LLAP - Hive on Tez - ERROR on SQL query

2020-02-28 Thread Fernando Antunes
Hi. I’m trying to make LLAP on HDP 3.1.4 with Hive 3.1.0 and Kerberos enabled works. When I run a SQL query like select count(*) from database group by column; I've got the following error: Caused by: java.lang.IllegalStateException at com.google.common.base.Preconditions.checkSt

Hive Config for ignoring Glacier Object while querying

2020-02-28 Thread Anup Tiwari
Hi Team, Do we have any config like we have in presto which ignores glacier objects rather than failing the query ? *hive.s3.skip-glacier-objects :- Ignore Glacier objects rather than failing the query. This will skip data that may be expecte