Try the tez branch in hive: https://github.com/apache/hive/tree/tez
— Hitesh On Jul 22, 2014, at 7:49 PM, Makoto Yui <yuin...@gmail.com> wrote: > Bikas, > > Yes, tez-0.4.1 worked on hive. > > Is there any hive branch that the up-to-date tez API is used? > > Thanks, > Makoto > > 2014-07-23 2:18 GMT+09:00 Bikas Saha <bi...@hortonworks.com>: >> Hive 0.13 works with Tez-0.4.1 >> >> Bikas >> >> -----Original Message----- >> From: Makoto Yui [mailto:yuin...@gmail.com] >> Sent: Monday, July 21, 2014 11:02 PM >> To: dev@tez.incubator.apache.org >> Subject: Re: Breaking change in TezClient >> >> Hi, I am very new bee to tez. >> >> I got the following error when I tryed to use tez-trunk on on Hive >> 0.13.1/Hadoop 2.4.1. >> >> It seems that org.apache.hadoop.hive.ql.exec.tez is not yet updated to >> reflect the recent breaking changes in tez-API. >> https://issues.apache.org/jira/browse/TEZ-692 >> >> TezSession is still used in org.apache.hadoop.hive.ql.exec.tez. >> https://github.com/apache/hive/blob/trunk/ql/src/java/org/apache/hadoop/hi >> ve/ql/exec/tez/TezSessionState.java#L176 >> >> --------------------------------- >> Exception in thread "main" java.lang.IllegalAccessError: tried to access >> class org.apache.tez.client.AMConfiguration fro m class >> org.apache.hadoop.hive.ql.exec.tez.TezSessionState >> at >> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.ja >> va:184) >> at >> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.ja >> va:123) >> at >> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:355 >> ) >> at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:681) >> at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:625) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: >> 57) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm >> pl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:601) >> at org.apache.hadoop.util.RunJar.main(RunJar.java:212) >> --------------------------------- >> >> Thanks, >> Makoto >> >> -- >> CONFIDENTIALITY NOTICE >> NOTICE: This message is intended for the use of the individual or entity to >> which it is addressed and may contain information that is confidential, >> privileged and exempt from disclosure under applicable law. If the reader >> of this message is not the intended recipient, you are hereby notified that >> any printing, copying, dissemination, distribution, disclosure or >> forwarding of this communication is strictly prohibited. If you have >> received this communication in error, please contact the sender immediately >> and delete it from your system. Thank You.