Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22003#discussion_r207960480
  
    --- Diff: sql/core/pom.xml ---
    @@ -90,39 +90,11 @@
           <groupId>org.apache.orc</groupId>
           <artifactId>orc-core</artifactId>
           <classifier>${orc.classifier}</classifier>
    -      <exclusions>
    -        <exclusion>
    -          <groupId>org.apache.hadoop</groupId>
    -          <artifactId>hadoop-hdfs</artifactId>
    -        </exclusion>
    -        <!--
    -          orc-core:nohive doesn't have this dependency, but we adds this 
to prevent
    -          sbt from getting confused.
    -        -->
    -        <exclusion>
    -          <groupId>org.apache.hive</groupId>
    -          <artifactId>hive-storage-api</artifactId>
    -        </exclusion>
    -      </exclusions>
         </dependency>
         <dependency>
           <groupId>org.apache.orc</groupId>
           <artifactId>orc-mapreduce</artifactId>
           <classifier>${orc.classifier}</classifier>
    -      <exclusions>
    -        <exclusion>
    -          <groupId>org.apache.hadoop</groupId>
    -          <artifactId>hadoop-hdfs</artifactId>
    -        </exclusion>
    -        <!--
    -          orc-core:nohive doesn't have this dependency, but we adds this 
to prevent
    -          sbt from getting confused.
    -        -->
    -        <exclusion>
    -          <groupId>org.apache.hive</groupId>
    -          <artifactId>hive-storage-api</artifactId>
    -        </exclusion>
    -      </exclusions>
    --- End diff --
    
    Yes. The above snippet comes from the pom file published locally in my 
laptop; 
`~/.m2/repository/org/apache/spark/spark-sql_2.11/2.4.0-SNAPSHOT/spark-sql_2.11-2.4.0-SNAPSHOT.pom`.
 This is the same way before.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to