[ https://issues.apache.org/jira/browse/HIVE-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093155#comment-13093155 ]
Alejandro Abdelnur commented on HIVE-2391: ------------------------------------------ What you could do to easily test this is to checkout the Oozie branch with the patch for Hive action. You'll need Java6 and Maven3. GitHub repo: https://github.com/tucu00/oozie Branch: GH-0022bp23 Edit Oozie's main POM to use Apache Hive version: {code} <dependency> <groupId>org.apache.hadoop.hive</groupId> <artifactId>hive-cli</artifactId> <version>0.6.0-CDH3B4-SNAPSHOT</version> </dependency> {code} Then run 'mvn test -Dtest=TestHiveActionExecutor" > published POMs in Maven repo are incorrect > ------------------------------------------ > > Key: HIVE-2391 > URL: https://issues.apache.org/jira/browse/HIVE-2391 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.7.1 > Reporter: Alejandro Abdelnur > Priority: Critical > > The Hive artifacts published in Apache Maven SNAPSHOTS repo are incorrect. > Dependencies are not complete. > Even after adding as dependencies ALL the Hive artifacts it is not possible > to compile a project using Hive JARs (I'm trying to integrate Oozie Hive > Action using Apache Hive). > As a reference the Hive CDH POMs dependencies could be used (Using those > artifacts I'm able to compile/test/run Hive from within Oozie). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira