Running hive jobs on Tez Engine

2017-05-08 Thread Hilmi Egemen Ciritoğlu
Hi all, So far I can run word count application on tez. But when I try to run hive on tez, (of course after setting "hive.execution.engine=tez"), I got following exception that I couldn't figure out even if I couldn't see any post related to my issue on google. Any help will be greatly

Re: Running hive jobs on Tez Engine

2017-05-08 Thread Kuhu Shukla
Hi Hilmi, Tez jars are required in the classpath, typically configured though tez.lib.uris config property.  Thanks and Regards,Kuhu On Monday, May 8, 2017 10:48 AM, Harish JP wrote: You are missing tez jars in the classpath. Most likely you are missing

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