okumin commented on code in PR #6387:
URL: https://github.com/apache/hive/pull/6387#discussion_r3008513030


##########
itests/test-docker/k8s/hive-metastore/deployment.yaml:
##########
@@ -40,7 +40,7 @@ spec:
         - |
           apt-get update
           apt-get install -y --no-install-recommends ca-certificates wget
-          wget 
https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.26.19/bundle-2.26.19.jar
 -P /tmp/ext-jars
+          wget 
https://repo1.maven.org/maven2/software/amazon/awssdk/bundle/2.41.3/bundle-2.41.3.jar
 -P /tmp/ext-jars

Review Comment:
   `aws-secretsmanager-caching-java 2.1.1` depends on 
`aws-java-sdk-secretsmanager 2.41.3` and the secret manager depends on another 
SDK 2.41.3. The current configuration bundles both 2.41.3 from the dependency 
and 2.26.19 from the bundle.jar, which can cause a conflict.
   As long as I surveyed this area for S3A and Credential Vending, I strongly 
feel hive-exec should not directly include any SDK. I am creating an addendum 
patch for #6167 



-- 
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]

Reply via email to