sunchao commented on a change in pull request #34100:
URL: https://github.com/apache/spark/pull/34100#discussion_r715966900
##########
File path: pom.xml
##########
@@ -3273,7 +3273,7 @@
<curator.version>2.7.1</curator.version>
<commons-io.version>2.4</commons-io.version>
<hadoop-client-api.artifact>hadoop-client</hadoop-client-api.artifact>
-
<hadoop-client-runtime.artifact>hadoop-client</hadoop-client-runtime.artifact>
+
<hadoop-client-runtime.artifact>hadoop-yarn-api</hadoop-client-runtime.artifact>
Review comment:
Actually it may not be so useful to change
`hadoop-client-minicluster.artifact` since it is test scope while the other two
are compile scope by default. For some reason it also changes
`dev/deps/spark-deps-hadoop-2.7-hive-2.3` when I set it to something like
`hadoop-mapreduce-client-jobclient`.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]