You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Akshay Rai (JIRA)" <ji...@apache.org> on 2015/03/03 08:06:05 UTC

[jira] [Commented] (PIG-4417) Pig's register command should support automatic fetching of jars from repo.

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

Akshay Rai commented on PIG-4417:
---------------------------------

To add to the above doc, 
4. The location of the ivysettings file can also be configured using IVY_SETTINGS_LOCATION.

> Pig's register command should support automatic fetching of jars from repo.
> ---------------------------------------------------------------------------
>
>                 Key: PIG-4417
>                 URL: https://issues.apache.org/jira/browse/PIG-4417
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Akshay Rai
>
> Currently Pig's register command takes a local path to a dependency jar . 
> This clutters the local file-system as users may forget to remove this jar later.
> It would be nice if Pig supported a Gradle like notation to download the jar from a repository.
> Ex: At the top of the Pig script a user could add
> register '<group>:<module>:<version>'; 
> It should be backward compatible and should support a local file path if so desired.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)