[
https://issues.apache.org/jira/browse/PIG-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904298#action_12904298
]
Thejas M Nair commented on PIG-1580:
------------------------------------
Updating syntax to include support for parameters -
MAPREDUCE id jar 'params'
INPUT 'path' USING LoadFunc
OUTPUT 'path' USING StoreFunc
[SHIP 'path' [, 'path' ...]]
[CACHE 'dfs_path#dfs_file' , 'dfs_path#dfs_file' ...]
> new syntax for native mapreduce operator
> ----------------------------------------
>
> Key: PIG-1580
> URL: https://issues.apache.org/jira/browse/PIG-1580
> Project: Pig
> Issue Type: Task
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Fix For: 0.8.0
>
>
> mapreduce operator (PIG-506) and stream operator have some similarities. It
> makes sense to use a similar syntax for both.
> Alan has proposed the following syntax for mapreduce operator, and that we
> move stream operator also to similar a syntax in a future release.
> MAPREDUCE id jar
> INPUT 'path' USING LoadFunc
> OUTPUT 'path' USING StoreFunc
> [SHIP 'path' [, 'path' ...]]
> [CACHE 'dfs_path#dfs_file' [, 'dfs_path#dfs_file' ...]]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.