You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "GuangMing Lu (Jira)" <ji...@apache.org> on 2022/08/25 12:36:00 UTC

[jira] [Created] (TEZ-4446) Guava a non-generic invocation method

GuangMing Lu created TEZ-4446:
---------------------------------

             Summary: 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.10.2, 0.9.2
            Reporter: GuangMing Lu


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
{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)