Re: Running hive jobs on Tez Engine

2017-05-08 Thread Harish JP
You are missing tez jars in the classpath. Most likely you are missing tez-site.xml if this is a custom setup. Please follow instructions to setup client and hadoop environment: https://tez.apache.org/install.html. On 08-May-2017, at 9:10 PM, Hilmi Egemen Ciritoğlu

Re: simple application on tez + llap

2017-02-24 Thread Harish JP
I do not think we can run arbitrary jobs on LLAP. https://cwiki.apache.org/confluence/display/Hive/LLAP. "Only Hive code and blessed UDFs are accepted in LLAP." On 24-Feb-2017, at 4:29 PM, Patcharee Thongtra > wrote: Hi, I found an

Re: Tez GC issues perhaps? not sure.

2016-12-13 Thread Harish JP
.. thank you. pretty sure they are being submitted through the HS2 service. On Tue, Dec 13, 2016 at 5:21 PM, Harish JP <h...@hortonworks.com<mailto:h...@hortonworks.com>> wrote: Hi Stephen, How are you starting these jobs, beeline, hive-cli, ...? It looks like they are being starte

Re: Tez GC issues perhaps? not sure.

2016-12-13 Thread Harish JP
Hi Stephen, How are you starting these jobs, beeline, hive-cli, ...? It looks like they are being started in session mode, which means the AM waits for 5 minutes (default value) for a new DAG/query to be submitted, if it does not receive a query it will timeout and shutdown. The config for

Re: Tez UI unable to display DAG

2016-12-11 Thread Harish JP
Are you using ATS v1.5 or ATS v1? The tez app seems to have initialized with ATS v1 and the server seems to be of ATS v1.5. Set: tez.history.logging.service.class=org.apache.tez.dag.history.logging.ats.ATSV15HistoryLoggingService and try again. — Thanks, Harish On 10-Dec-2016, at 12:46 AM,