[
https://issues.apache.org/jira/browse/PIG-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Kamath updated PIG-1707:
--------------------------------
Release Note:
To run against a maven repo of the form http://myrepo.org/maven to use a hadoop
version of the form 0.20.myversion the ant commandline is:
ant -Dmvnrepo=http://myrepo.org/maven -Dhadoop-core.version=0.20.myversion
-Dhadoop-test.version=0.20.myversion
Status: Patch Available (was: Open)
Patch attached - it allows ivy to use the mvnrepo ant property to figure out
the maven repo to use. There is a minor changes in Main.java to put the call to
GenericOptionsParser within try-catch since newer versions of Hadoop through
IOException in this constructor.
> Allow pig build to pull from alternate maven repo to enable building against
> newer hadoop versions
> --------------------------------------------------------------------------------------------------
>
> Key: PIG-1707
> URL: https://issues.apache.org/jira/browse/PIG-1707
> Project: Pig
> Issue Type: Improvement
> Affects Versions: 0.8.0, 0.9.0
> Reporter: Pradeep Kamath
> Assignee: Pradeep Kamath
> Fix For: 0.8.0, 0.9.0
>
> Attachments: PIG-1707.patch
>
>
> Currently pig build only pulls jar from http://repo1.maven.org/maven2/ for
> the dependencies. THis restricts the build to only released hadoop versions
> (and other dependencies). It would be good if pig build is configurable to
> use any maven repo url (with default being maven.org repo).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.