> I have some problem with hive-on-tez. > email thread below is forwarding originally wrote to tez users.
AFAIK, this problem only happens with CDH and never with pure Apache bigtop builds. Neither minimal JAR nor the cluster libs work as the problem is with the cluster jar ABIs - the recommended method there is to build with the default 2.6 Apache jars from maven & add just the hadoop-mapreduce-client-common jar into the mix. I recently helped someone get this working on CDH5.4 https://gist.github.com/epiphani/dd37e87acfb2f8c4cbb0 Skip the rant and follow the instructions there. Cheers, Gopal