You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (Jira)" <ji...@apache.org> on 2021/03/22 08:51:00 UTC

[jira] [Created] (SPARK-34823) hive-common should exclusion hadoop related jars

angerszhu created SPARK-34823:
---------------------------------

             Summary: hive-common should exclusion hadoop related jars
                 Key: SPARK-34823
                 URL: https://issues.apache.org/jira/browse/SPARK-34823
             Project: Spark
          Issue Type: Improvement
          Components: Build, SQL
    Affects Versions: 3.2.0
            Reporter: angerszhu


hive-common should exclusion hadoop related jars
{code:java}
      <scope>${hive.common.scope}</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-auth</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-annotations</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-common</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org