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

Scott Carey commented on PIG-805:
---------------------------------

It is available on Maven:
http://repo1.maven.org/maven2/org/apache/pig/pig/0.8.0/

This appears to be the only place with a properly bundled pig jar without 
embedded dependencies.  

Dependencies are declared in the pom, but the pom is misconfigured.  Junit is 
not a runtime dependency, but it is configured as such.  I don't think all the 
jetty and tomcat things are required to run pig, and it pulls in those too.  
You're going to have to manually set excludes, but it should work.



> removing dependency on consolidated hadoop.jar from pig.jar
> -----------------------------------------------------------
>
>                 Key: PIG-805
>                 URL: https://issues.apache.org/jira/browse/PIG-805
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>            Assignee: Giridharan Kesavan
>
> The proposal is to
> - for compilation always use dependencies from Ivy
> - for packaging to have 2 targets:
> (1) The current jar target will not package it and rely on having it 
> available at runtime
> (2) Add a new target jar_with_hadoop that does what the current jar does
> (3) Add a property that allows to build the release tar with and without 
> hadoop.jar embeded into pig.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to