[
https://issues.apache.org/jira/browse/TEZ-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14346484#comment-14346484
]
Siddharth Seth commented on TEZ-2001:
-------------------------------------
{code}
/Users/sseth/work2/projects/tez/dev/master/tez-runtime-library/src/test/java/org/apache/tez/runtime/library/common/sort/impl/TestPipelinedSorter.java:[147,54]
[unchecked] unchecked conversion
[WARNING] required: List<Event>
found: List
{code}
That's what javac is complaining about. anyList() does not parameterize the
list. anyListOf should fix this.
> Support pipelined data transfer for ordered output
> --------------------------------------------------
>
> Key: TEZ-2001
> URL: https://issues.apache.org/jira/browse/TEZ-2001
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Rajesh Balamohan
> Assignee: Rajesh Balamohan
> Attachments: TEZ-2001.1.patch, TEZ-2001.2.patch, TEZ-2001.3.patch,
> TEZ-2001.4.patch, TEZ-2001.5.patch, TEZ-2001.6.patch, benchmark_q17_10TB.png,
> dag_plan.jpg
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)