[
https://issues.apache.org/jira/browse/TEZ-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayush Saxena resolved TEZ-4446.
-------------------------------
Resolution: Cannot Reproduce
> Guava a non-generic invocation method
> -------------------------------------
>
> Key: TEZ-4446
> URL: https://issues.apache.org/jira/browse/TEZ-4446
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.9.2, 0.10.2
> Reporter: GuangMing Lu
> Priority: Major
> Attachments: pt.JPG
>
>
> It is recommended not to use the call methods that are not common to the
> Guava package, This may cause conflicting calls between different versions of
> Guava packages
> !pt.JPG|width=979,height=193!
> {code:java}
> // org.apache.tez.runtime.library.common.shuffle.Fetcher.java
> if (multiplex) {
> Preconditions.checkArgument(partition == 0,
> "Shared fetches cannot be done for partitioned input"
> + "- partition is non-zero (%d)", partition);
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)