ayushtkn commented on code in PR #4948:
URL: https://github.com/apache/hive/pull/4948#discussion_r1427658008
##########
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:
For me it is printing
```
WARN[0000] The "MAVEN_LOCAL_REPOSITORY" variable is not set. Defaulting to a
blank string.
```
So, I need to set ``MAVEN_LOCAL_REPOSITORY`` explicitly first to use it?
And then it kind of got hung creating metastore
```
WARN[0000] The "MAVEN_LOCAL_REPOSITORY" variable is not set. Defaulting to a
blank string.
[+] Building 0.0s (0/0)
[+] Running 1/2
✔ Container postgres Created
0.0s
⠧ Container metastore Creating
103.5s
```
It is 100+ seconds and still going on as I write this
--
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]