Aggarwal-Raghav commented on code in PR #6215:
URL: https://github.com/apache/hive/pull/6215#discussion_r2567229385


##########
standalone-metastore/packaging/src/docker/README.md:
##########
@@ -131,6 +131,19 @@ export POSTGRES_LOCAL_PATH=`mvn help:evaluate 
-Dexpression=settings.localReposit
 If you don't install maven or have problem in resolving the postgres driver, 
you can always download this jar yourself,
 change the `POSTGRES_LOCAL_PATH` to the path of the downloaded jar.
 
+- Metastore with S3 support
+
+Download AWS SDK bundle and place it under the jars directory:
+
+Note: Hadoop 3.4.1 requires both AWS SDK V1 and V2 for its S3A connector:
+wget 
https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk-bundle/1.12.770/aws-java-sdk-bundle-1.12.770.jar
 -P jars/

Review Comment:
   Do we need both aws-java-sdk-bundle-1.12.x and bundle-2.x jars?
   Internally, I've been using bundle jar by adding it in aux classpath
   
   
https://github.com/apache/hadoop/blob/9c44fa23f42de29f7188a0da8a977669f0b6bfb7/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/aws_sdk_upgrade.md?plain=1#L39



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