[ 
https://issues.apache.org/jira/browse/HIVE-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093262#comment-13093262
 ] 

Carl Steinbach commented on HIVE-2391:
--------------------------------------

Getting this to work will require a major refactoring of the Ant build files.
Right now if you try to let Ivy resolve all of the dependencies you'll find that
the build fails with a OOM PermGen space error. Apparently this is because we
define some taskdefs in build-common.xml, and these are effectively
redefined in each subant call.

> 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

        

Reply via email to