Description
An attempt run run Hive 0.9 fails because of
[INFO] — gmaven-plugin:1.0:execute (find-versioned-jar) @ hive-smoke-execution —
Mar 25, 2013 2:58:20 PM org.apache.commons.logging.Log$error call
SEVERE: No slf4j-log4j12-.*\.jar has been found under /usr/lib/hive/lib. Check your installation.
......
[ERROR] Failed to execute goal org.codehaus.groovy.maven:gmaven-plugin:1.0:execute (find-versioned-jar) on project hive-smoke-execution: java.lang.NullPointerException -> [Help 1]
A look into Hive's smoke tests pom.xml shows that tries to find the following libs
'hive-hbase-handler.jar', 'hive-exec.jar', 'hive-jdbc.jar', 'hive-metastore.jar', 'hive-service.jar', 'slf4j-api.jar', 'slf4j-log4j12.jar', 'guava.jar' and slf4j-log4j12.jar doesn't come with Hive.