[
https://issues.apache.org/jira/browse/PIG-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai updated PIG-4114:
----------------------------
Attachment: PIG-4114-1.patch
Notes for the patch:
1. Since the syntax "mapreduce" is not meaningful in context of tez, I added an
alternative keyword "native"
2. Include a bug fix when use multiple DAG: If the second DAG depends on first
DAG's output, the script fail since LoaderProcessor expect all input file exist
before launching the PlanContainer. Change it to call the tez optimizer plan by
plan
3. Include a bug fix in splitting plan when plan contain a diamond shape (eg,
Order by)
> Add Native operator to tez
> --------------------------
>
> Key: PIG-4114
> URL: https://issues.apache.org/jira/browse/PIG-4114
> Project: Pig
> Issue Type: Improvement
> Components: impl
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.14.0
>
> Attachments: PIG-4114-1.patch
>
>
> Native operator is missing from the current Pig on tez implementation. For
> completeness, this should be implemented. Attach patch and e2e tests Native_*
> now pass.
--
This message was sent by Atlassian JIRA
(v6.2#6252)