This is an automated email from the ASF dual-hosted git repository.
vivekratnavel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new b64080b HDDS-5638. Fix docker-compose to make Recon come up. (#2563)
b64080b is described below
commit b64080b6ccd093163e34e1bd9521b5b945d3a5b6
Author: Aswin Shakil Balasubramanian <[email protected]>
AuthorDate: Wed Sep 8 18:12:58 2021 -0400
HDDS-5638. Fix docker-compose to make Recon come up. (#2563)
---
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-compose.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-compose.yaml
b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-compose.yaml
index c74ef15..6a02661 100644
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-compose.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-compose.yaml
@@ -288,6 +288,8 @@ services:
hostname: recon
volumes:
- ../..:/opt/hadoop
+ - ../_keytabs:/etc/security/keytabs
+ - ./krb5.conf:/etc/krb5.conf
ports:
- 9888:9888
env_file:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]