Need to be able to register jars on the command line
----------------------------------------------------
Key: PIG-1226
URL: https://issues.apache.org/jira/browse/PIG-1226
Project: Pig
Issue Type: Bug
Reporter: Alan Gates
Currently 'register' can only be done inside a Pig Latin script. Users often
run their scripts in different environments, so jar locations or versions may
change. But they don't want to edit their script to fit each environment.
Instead they could register on the command line, something like:
pig -Dpig.additional.jars=my.jar:your.jar script.pig
These would not override registers in the Pig Latin script itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.