Support globbing for registering jars in pig script.
----------------------------------------------------
Key: PIG-1566
URL: https://issues.apache.org/jira/browse/PIG-1566
Project: Pig
Issue Type: Improvement
Affects Versions: 0.7.0
Reporter: Ravi Phulari
Fix For: 0.8.0
Currently user can not register pig jars with globing.
For example following register script will fail.
{quote}
register /etc/jars/*.jar
{quote}
It will be great if we can support such globing for registering jars.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.