[
https://issues.apache.org/jira/browse/PIG-3860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13983610#comment-13983610
]
Daniel Dai commented on PIG-3860:
---------------------------------
+1
> 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
> Fix For: tez-branch, 0.13.0
>
> Attachments: PIG-3860-1-tez.patch, PIG-3860-1-trunk.patch,
> PIG-3860-2-tez.patch, PIG-3860-2-trunk.patch
>
>
> 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)