adoroszlai commented on a change in pull request #1585: HDDS-2230. Invalid
entries in ozonesecure-mr config
URL: https://github.com/apache/hadoop/pull/1585#discussion_r331335642
##########
File path:
hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-compose.yaml
##########
@@ -23,17 +23,23 @@ services:
args:
buildno: 1
hostname: kdc
+ networks:
+ - ozone
Review comment:
Default network does not work, since it's name is `ozonesecure-mr_default`,
which triggers `URISyntaxException` due to `_`. Adding an explicit name avoids
the `_default` suffix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]