deniskuzZ commented on code in PR #6215:
URL: https://github.com/apache/hive/pull/6215#discussion_r2568867641
##########
packaging/src/docker/docker-compose.yml:
##########
@@ -63,6 +70,10 @@ services:
restart: unless-stopped
container_name: hiveserver2
environment:
+ HADOOP_CLASSPATH: /opt/hadoop/share/hadoop/tools/lib/*
+ HIVE_OPTS: >
+ -hiveconf fs.s3a.access.key=${AWS_ACCESS_KEY_ID}
Review Comment:
no, need env vars, fixed
--
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]