Richard Ding commented on PIG-348:
----------------------------------
I wonder if we should just use -Dpig.additional.jars=<my.jar> in place of command option -j . These two options seem doing the same thing.
-j command line option doesn't work
-----------------------------------
Key: PIG-348
URL: https://issues.apache.org/jira/browse/PIG-348
Project: Pig
Issue Type: Bug
Reporter: Amir Youssefi
Assignee: Richard Ding
Fix For: 0.8.0
According to:
$ pig --help
...
-j, -jar jarfile load jarfile
...
yet
$pig -j my.jar
doesn't work in place of:
register my.jar
in Pig script.
-------------------------------------
Key: PIG-348
URL: https://issues.apache.org/jira/browse/PIG-348
Project: Pig
Issue Type: Bug
Reporter: Amir Youssefi
Assignee: Richard Ding
Fix For: 0.8.0
According to:
$ pig --help
...
-j, -jar jarfile load jarfile
...
yet
$pig -j my.jar
doesn't work in place of:
register my.jar
in Pig script.
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.