[
https://issues.apache.org/jira/browse/TEZ-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775327#comment-17775327
]
Ayush Saxena commented on TEZ-4446:
-----------------------------------
The error is the Hive code, Hive exec shades guava:
[https://github.com/apache/hive/blob/rel/release-4.0.0-alpha-2/ql/pom.xml#L1081,]
this typically is hive with some older hadoop, hadoop does shade guava today
into hadoop-thirdparty.
I am resolving this as can not reproduce, reopen if you are able to reproduce
on latest upstream code.
> 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)