Adam Szita created PIG-5374: ------------------------------- Summary: 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
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)