steveloughran commented on PR #45317: URL: https://github.com/apache/spark/pull/45317#issuecomment-1969341655
FYI spark hadoop cloud dependencies on 3.4.0 RC2. After this PR is in, the dependencies are worth reviewing. ``` [INFO] +- org.apache.hadoop:hadoop-client-api:jar:3.4.0:provided [INFO] +- org.apache.hadoop:hadoop-client-runtime:jar:3.4.0:compile [INFO] | +- org.slf4j:slf4j-api:jar:2.0.11:compile [INFO] | \- commons-logging:commons-logging:jar:1.1.3:compile [INFO] +- org.apache.hadoop:hadoop-aws:jar:3.4.0:compile [INFO] | +- software.amazon.awssdk:bundle:jar:2.23.19:compile [INFO] | \- org.wildfly.openssl:wildfly-openssl:jar:1.1.3.Final:compile [INFO] +- com.google.cloud.bigdataoss:gcs-connector:jar:shaded:hadoop3-2.2.18:compile ... j[INFO] | +- com.microsoft.azure:azure-storage:jar:7.0.1:compile [INFO] | | \- com.microsoft.azure:azure-keyvault-core:jar:1.0.0:compile [INFO] | \- org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.2.0:compile [INFO] +- org.apache.hadoop:hadoop-cloud-storage:jar:3.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:3.4.0:compile [INFO] | +- org.apache.hadoop:hadoop-aliyun:jar:3.4.0:compile [INFO] | | +- com.aliyun.oss:aliyun-sdk-oss:jar:3.13.2:compile [INFO] | | | +- org.jdom:jdom2:jar:2.0.6:compile [INFO] | | | +- com.aliyun:aliyun-java-sdk-core:jar:4.5.10:compile [INFO] | | | | +- org.ini4j:ini4j:jar:0.5.4:compile [INFO] | | | | +- io.opentracing:opentracing-api:jar:0.33.0:compile [INFO] | | | | \- io.opentracing:opentracing-util:jar:0.33.0:compile [INFO] | | | | \- io.opentracing:opentracing-noop:jar:0.33.0:compile [INFO] | | | +- com.aliyun:aliyun-java-sdk-ram:jar:3.1.0:compile [INFO] | | | \- com.aliyun:aliyun-java-sdk-kms:jar:2.11.0:compile [INFO] | | \- org.codehaus.jettison:jettison:jar:1.5.4:compile [INFO] | +- org.apache.hadoop:hadoop-azure-datalake:jar:3.4.0:compile [INFO] | | \- com.microsoft.azure:azure-data-lake-store-sdk:jar:2.3.9:compile [INFO] | \- org.apache.hadoop:hadoop-huaweicloud:jar:3.4.0:compile [INFO] | \- com.huaweicloud:esdk-obs-java:jar:3.20.4.2:compile [INFO] | +- com.jamesmurty.utils:java-xmlbuilder:jar:1.2:compile [INFO] | +- com.squareup.okhttp3:okhttp:jar:3.14.2:compile [INFO] | \- com.squareup.okio:okio:jar:1.17.2:compile ``` -- 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]
