Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- blocks
-
PIG-4740 e2e tests for PIG-4417: repo fetching for register
- Open
-
PIG-4742 Document Pig's Register Artifact Command added in PIG-4417
- Closed
- is related to
-
HIVE-9664 Hive "add jar" command should be able to download and add jars from a repository
- Closed
- relates to
-
PIG-4949 Fix registering jar in S3 which was broken by PIG-4417 in Pig 0.16
- Closed
- links to