Re: Enabling Tez-UI on CDH 5.8

2017-02-24 Thread Manoj Murumkar
Also, please note that I am using ATS with apache 2.7.3 version. Jan, I looked at the post you had made earlier. we are using Tez 0.8.4 successfully both with Hive and Pig on our > Cloudera CDH 5.7.1 cluster. CDH comes with Pig 0.12 which doesn't have tez as a supported engine. How did you

Re: Enabling Tez-UI on CDH 5.8

2017-02-24 Thread Jan Morlock
Hi Manoj, sorry for the late reply. Your problem appears to be similar to https://issues.apache.org/jira/browse/HIVE-8271 So please check whether you have both jackson-1.8 and jackson-1.9 somewhere in your classpath. That being said, you should know, that you can make a lot of friends if you

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

simple application on tez + llap

2017-02-24 Thread Patcharee Thongtra
Hi, I found an example of simple applications like wordcount running on tez - https://github.com/apache/tez/tree/master/tez-examples/src/main/java/org/apache/tez/examples. However, how to run this on tez+llap? Any suggestions? BR, Patcharee