dongjoon-hyun commented on pull request #33160: URL: https://github.com/apache/spark/pull/33160#issuecomment-872619983
It seems to be a Spark bug which works only at maven and not on sbt. ``` $ build/mvn dependency:tree -Phadoop-3.2 -Dhadoop.version=3.1.1 -pl core | grep hadoop.client exec: curl --silent --show-error -L https://downloads.lightbend.com/scala/2.12.14/scala-2.12.14.tgz Using `mvn` from path: /opt/homebrew/bin/mvn [INFO] +- org.apache.hadoop:hadoop-client-api:jar:3.1.1:compile [INFO] +- org.apache.hadoop:hadoop-client-runtime:jar:3.1.1:compile ``` ``` $ build/sbt "core/dependencyTree" -Phadoop-3.2 | grep hadoop.client [info] +-org.apache.hadoop:hadoop-client-api:3.3.1 [info] +-org.apache.hadoop:hadoop-client-runtime:3.3.1 [info] | +-org.apache.hadoop:hadoop-client-api:3.3.1 ``` -- 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]
