ayushtkn commented on code in PR #4948:
URL: https://github.com/apache/hive/pull/4948#discussion_r1427510196
##########
packaging/src/docker/docker-compose.yml:
##########
@@ -32,6 +32,9 @@ services:
- '9083:9083'
volumes:
- warehouse:/opt/hive/data/warehouse
+ - type: bind
+ source:
${MAVEN_LOCAL_REPOSITORY}/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar
Review Comment:
does it assumes the maven local repo will be having postgresql-42.5.1.jar
always?
--
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]