[
https://issues.apache.org/jira/browse/PIG-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12874218#action_12874218
]
Richard Ding commented on PIG-1428:
-----------------------------------
Remove the keyword synchronized from the getter will fix this findbugs warning.
Setters are called only once per map/reduce task (during the setup).
> Add getPigStatusReporter() to PigHadoopLogger
> ---------------------------------------------
>
> Key: PIG-1428
> URL: https://issues.apache.org/jira/browse/PIG-1428
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.7.0
> Reporter: Ashutosh Chauhan
> Assignee: Dmitriy V. Ryaboy
> Fix For: 0.8.0
>
> Attachments: PIG-1428.patch
>
>
> Without this getter method, its not possible to get counters, report progress
> etc. from UDFs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.