Grandl, The Tez branch on Hive should just work. You could change 0.5.0-SNAPSHOT to 0.5.0, but that shouldn't make much difference. What command are you using to build Hive ? The following works for me. mvn clean install -DskipTests -Phadoop-2
On Mon, Aug 25, 2014 at 8:28 AM, Grandl Robert <[email protected]> wrote: > Forwarded to tez mailinglists, maybe someone has an idea of what happens. > > Robert > > > On Monday, August 25, 2014 1:34 AM, Grandl Robert <[email protected]> > wrote: > > > Hi guys, > > I have a hard time running hive atop tez 0.5. > > I found from tez mailinglist that the only version of hive compatible with > tez 0.5 is the tez branch from hive source tree(so not hive 0.13). > > However, I did a git checkout tez in hive source tree branch, but when > trying to compile, I got the following errors. Looking in pom.xml it seems > tez.version is 0.5.0-SNAPSHOT. > Should I change, or add something somewhere ? > > Or can you guys point me to a hive version(I can compile from source) > which works with tez 0.5. > > [INFO] Hive Ant Utilities ................................ SUCCESS [0.361s] > [INFO] Hive Query Language ............................... FAILURE > [1:00.992s] > [INFO] Hive Service ...................................... SKIPPED > [INFO] Hive Accumulo Handler ............................. SKIPPED > [INFO] Hive JDBC ......................................... SKIPPED > [INFO] Hive Beeline ...................................... SKIPPED > [INFO] Hive CLI .......................................... SKIPPED > [INFO] Hive Contrib ...................................... SKIPPED > [INFO] Hive HBase Handler ................................ SKIPPED > [INFO] Hive HCatalog ..................................... SKIPPED > [INFO] Hive HCatalog Core ................................ SKIPPED > [INFO] Hive HCatalog Pig Adapter ......................... SKIPPED > [INFO] Hive HCatalog Server Extensions ................... SKIPPED > [INFO] Hive HCatalog Webhcat Java Client ................. SKIPPED > [INFO] Hive HCatalog Webhcat ............................. SKIPPED > [INFO] Hive HCatalog Streaming ........................... SKIPPED > [INFO] Hive HWI .......................................... SKIPPED > [INFO] Hive ODBC ......................................... SKIPPED > [INFO] Hive Shims Aggregator ............................. SKIPPED > [INFO] Hive TestUtils .................................... SKIPPED > [INFO] Hive Packaging .................................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:38.717s > [INFO] Finished at: Mon Aug 25 01:31:59 PDT 2014 > [INFO] Final Memory: 78M/1204M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project hive-exec: Could not resolve > dependencies for project org.apache.hive:hive-exec:jar:0.14.0-SNAPSHOT: > Failure to find org.apache.tez:tez-runtime-internals:jar:0.5.0-SNAPSHOT in > http://repository.apache.org/snapshots was cached in the local > repository, resolution will not be reattempted until the update interval of > apache.snapshots has elapsed or updates are forced -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :hive-exec > > Thanks, > Robert > > >
