deniskuzZ commented on code in PR #6215: URL: https://github.com/apache/hive/pull/6215#discussion_r2568865483
########## 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: didn't work for me. let me check again -- 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]
