attilapiros commented on PR #49159: URL: https://github.com/apache/spark/pull/49159#issuecomment-3229710099
> > Please restore `okio` version to 1.17.6 explicitly. > > It's because the downgrade is not supposed to be happen. > > ``` > > - okio/1.17.6//okio-1.17.6.jar > > + okio/1.17.2//okio-1.17.2.jar > > ``` > > Okay. > > Because after switch default HttpClient implementation from `OkHttp` to `Vert.x`, `kubernetes-client` no longer needs to rely on `okio`. Currently, only `hadoop-cloud-storage` depends on it (`okio`), as follows: > > ``` > [INFO] +- org.apache.hadoop:hadoop-cloud-storage:jar:3.4.1:compile > [INFO] | +- org.apache.hadoop:hadoop-annotations:jar:3.4.1:compile > [INFO] | +- org.apache.hadoop:hadoop-aliyun:jar:3.4.1: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.1:compile > [INFO] | | \- com.microsoft.azure:azure-data-lake-store-sdk:jar:2.3.9:compile > [INFO] | \- org.apache.hadoop:hadoop-huaweicloud:jar:3.4.1: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.6:compile > ``` > > So I will migrate the dependency declaration for `com.squareup.okio:okio` from `pom.xml` to `hadoop-cloud/pom.xml` to reduce misunderstandings, WDYT? @dongjoon-hyun Do I get this right: `okio` and `okhttp` are only needed because of `huaweicloud` which is not part of upstream spark? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org