[
https://issues.apache.org/jira/browse/PIG-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Szita updated PIG-5374:
----------------------------
Resolution: Fixed
Fix Version/s: 0.18.0
Status: Resolved (was: Patch Available)
> Use CircularFifoBuffer in InterRecordReader
> -------------------------------------------
>
> Key: PIG-5374
> URL: https://issues.apache.org/jira/browse/PIG-5374
> Project: Pig
> Issue Type: Bug
> Reporter: Adam Szita
> Assignee: Adam Szita
> Priority: Major
> Fix For: 0.18.0
>
> Attachments: PIG-5374.0.patch
>
>
> We're currently using CircularFifoQueue in InterRecordReader, and it comes
> from commons-collections4 dependency. Hadoop 2.8 installations do not have
> this dependency by default, so for now we should switch to the older
> CircularFifoBuffer instead (which comes from commons-collections and it's
> present).
> We should open a separate ticket for investigating what libraries should we
> update.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)