[
https://issues.apache.org/jira/browse/PIG-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated PIG-3977:
------------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
This patch also includes the patch for PIG-4084.
Committed to branch-0.14 and trunk. Thanks for the review Daniel.
> Get TezStats working for Oozie
> ------------------------------
>
> Key: PIG-3977
> URL: https://issues.apache.org/jira/browse/PIG-3977
> Project: Pig
> Issue Type: Sub-task
> Components: tez
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.14.0
>
> Attachments: PIG-3977-1.patch
>
>
> Below methods accessed by Oozie now throw UnsupportedOperationException in
> TezStats
> {code}
> jobStatsGroup.put("PROACTIVE_SPILL_COUNT_OBJECTS",
> Long.toString(jobStats.getProactiveSpillCountObjects()));
> jobStatsGroup.put("PROACTIVE_SPILL_COUNT_RECS",
> Long.toString(jobStats.getProactiveSpillCountRecs()));
> jobStatsGroup.put("SMMS_SPILL_COUNT",
> Long.toString(jobStats.getSMMSpillCount()));
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)