Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/21582#discussion_r200908434
--- Diff: sql/core/pom.xml ---
@@ -90,11 +90,39 @@
<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>
--- End diff --
I added the above eight lines to be consistent for both `mvn` and `sbt`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]