[
https://issues.apache.org/jira/browse/TEZ-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17594359#comment-17594359
]
László Bodor edited comment on TEZ-4446 at 8/28/22 3:26 PM:
------------------------------------------------------------
thanks [~luguangming] for reporting this issue
different guava versions on classpath very often lead to problems
this jira is a bit confusing: we need to consider the following in order to
make it complete:
1) what's hive and tez version exactly?
2) what's the proposal to fix this?
2) strongly depends on 1): let's say if this happens only in case of a
downstream/internal version of hive+tez and cannot be reproduced with upstream
apache versions, then it's most probably a task in downstream codebase (hence
this jira is incomplete/invalid)
+ please fix jira title, I'm struggling to understand what it exactly means
currently, thanks!
was (Author: abstractdog):
different guava versions on classpath very often lead to problems
this jira is a bit confusing: we need to consider the following in order to
make it complete:
1) what's hive and tez version exactly?
2) what's the proposal to fix this?
2) strongly depends on 1): let's say if this happens only in case of a
downstream/internal version of hive+tez and cannot be reproduced with upstream
apache versions, then it's most probably a task in downstream codebase (hence
this jira is incomplete/invalid)
> 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)