singhpk234 commented on code in PR #7119: URL: https://github.com/apache/iceberg/pull/7119#discussion_r1138000000
########## python/dev/Dockerfile: ########## @@ -47,12 +47,12 @@ RUN curl -s https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runt && mv iceberg-spark-runtime-3.3_2.12-1.1.0.jar /opt/spark/jars # Download Java AWS SDK -RUN curl -s https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.17.165/bundle-2.17.165.jar -Lo bundle-2.17.165.jar \ - && mv bundle-2.17.165.jar /opt/spark/jars +RUN curl -s https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.20.8/bundle-2.20.8.jar -Lo bundle-2.20.8.jar \ + && mv bundle-2.20.8.jar /opt/spark/jars # Download URL connection client required for S3FileIO -RUN curl -s https://repo1.maven.org/maven2/software/amazon/awssdk/url-connection-client/2.17.165/url-connection-client-2.17.165.jar -Lo url-connection-client-2.17.165.jar \ - && mv url-connection-client-2.17.165.jar /opt/spark/jars +RUN curl -s https://repo1.maven.org/maven2/software/amazon/awssdk/apache-client/2.20.8/apache-client-2.20.8.jar -Lo apache-client-2.20.8.jar \ + && mv apache-client-2.20.8.jar /opt/spark/jars Review Comment: Nice catch updated it back ! ########## docs/aws.md: ########## @@ -60,7 +60,7 @@ AWS_SDK_VERSION=2.20.18 AWS_MAVEN_GROUP=software.amazon.awssdk AWS_PACKAGES=( "bundle" - "url-connection-client" + "apache-client" Review Comment: Thanks for pointing this made the changes -- 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]
