Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22003
  
    Hi, @yhuai . Could you review this PR? The following is the new pom.file 
for `spark-sql_2.11`.
    ```
        <dependency>
          <groupId>org.apache.orc</groupId>
          <artifactId>orc-core</artifactId>
          <version>1.5.2</version>
          <classifier>nohive</classifier>
          <scope>compile</scope>
          <exclusions>
            <exclusion>
              <artifactId>hadoop-common</artifactId>
              <groupId>org.apache.hadoop</groupId>
            </exclusion>
            <exclusion>
              <artifactId>hadoop-hdfs</artifactId>
              <groupId>org.apache.hadoop</groupId>
            </exclusion>
            <exclusion>
              <artifactId>hive-storage-api</artifactId>
              <groupId>org.apache.hive</groupId>
            </exclusion>
          </exclusions>
        </dependency>
        <dependency>
          <groupId>org.apache.orc</groupId>
          <artifactId>orc-mapreduce</artifactId>
          <version>1.5.2</version>
          <classifier>nohive</classifier>
          <scope>compile</scope>
          <exclusions>
            <exclusion>
              <artifactId>hadoop-common</artifactId>
              <groupId>org.apache.hadoop</groupId>
            </exclusion>
            <exclusion>
              <artifactId>hadoop-mapreduce-client-core</artifactId>
              <groupId>org.apache.hadoop</groupId>
            </exclusion>
            <exclusion>
              <artifactId>orc-core</artifactId>
              <groupId>org.apache.orc</groupId>
            </exclusion>
            <exclusion>
              <artifactId>hive-storage-api</artifactId>
              <groupId>org.apache.hive</groupId>
            </exclusion>
            <exclusion>
              <artifactId>guava</artifactId>
              <groupId>com.google.guava</groupId>
            </exclusion>
          </exclusions>
        </dependency>
    ```


---

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

Reply via email to