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