native mapreduce - support for multiple jars
--------------------------------------------
Key: PIG-1754
URL: https://issues.apache.org/jira/browse/PIG-1754
Project: Pig
Issue Type: Bug
Reporter: Thejas M Nair
Native mapreduce operator syntax implementation in parser supports multiple jar
files. But there are no unit tests and it is not clear if it works as expected.
eg -
{code}
B = MAPREDUCE mr1.jar (mr2.jar, mr3.jar) STORE A INTO ...
{code}
This needs to be tested and unit tests need to be added.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.