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>
```
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]