Gopal V created TEZ-1466:
----------------------------
Summary: Fix JDK8 builds of tez
Key: TEZ-1466
URL: https://issues.apache.org/jira/browse/TEZ-1466
Project: Apache Tez
Issue Type: Bug
Affects Versions: 0.5.0
Reporter: Gopal V
Assignee: Gopal V
Priority: Trivial
Attachments: TEZ-1466.1.patch
Tez fails to build on JDK8 due to stricter generics checks on a unit test
{code}
sortedDataMap = TreeMultimap.create(this.correctComparator, Ordering.natural());
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)