[
https://issues.apache.org/jira/browse/PIG-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheolsoo Park updated PIG-3860:
-------------------------------
Component/s: (was: tez)
Affects Version/s: (was: tez-branch)
Fix Version/s: (was: tez-branch)
Summary: Refactor PigStatusReporter and PigLogger for non-MR
execution engine (was: PigStatusReporter.getInstance().getCounter() returns
null in Tez mode)
> Refactor PigStatusReporter and PigLogger for non-MR execution engine
> --------------------------------------------------------------------
>
> Key: PIG-3860
> URL: https://issues.apache.org/jira/browse/PIG-3860
> Project: Pig
> Issue Type: Bug
> Reporter: Cheolsoo Park
> Assignee: Cheolsoo Park
>
> PIG-3829 handles some cases, but NPE can be still thrown for custom counters
> in Tez mode. For example, the following query fails with NPE-
> {code}
> SET opt.fetch false;
> SET pig.udf.profile true;
> a = LOAD 'foo' AS (x:chararray);
> b = FOREACH a GENERATE LOWER(x);
> DUMP b;
> {code}
> The problem is that PigStatusReport.getInstance().getCounter() returns null
> since TezStatusReporter is used in Tez.
> {code}
> PigStatusReporter.getInstance().getCounter(counterGroup,
> INVOCATION_COUNTER).increment(TIMING_FREQ);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)