You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/04 17:11:51 UTC

[GitHub] [spark] sarutak edited a comment on pull request #30250: [SPARK-33343][BUILD] Fix the build with sbt to copy hadoop-client-runtime.jar

sarutak edited a comment on pull request #30250:
URL: https://github.com/apache/spark/pull/30250#issuecomment-721859199


   According to the `pom.xml` of `hive` sub project, it also seems to depend on `hadoop-client-runtime` but the scope is `${hadoop.deps.scope}` like the change proposed by this PR. So spark-shell built with `build/sbt -Phive` works.
   ```
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>${hadoop-client-runtime.artifact}</artifactId>
         <scope>${hadoop.deps.scope}</scope>
       </dependency>
       <dependency>
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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