Skip to content

Commit 57fb73f

Browse files
authored
HDDS-13210. Add httpfs container to docker compose file. (#46)
1 parent d3e5c51 commit 57fb73f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ services:
4848
- 9874:9874
4949
environment:
5050
<<: *common-config
51+
CORE-SITE.XML_hadoop.proxyuser.hadoop.hosts: "*"
52+
CORE-SITE.XML_hadoop.proxyuser.hadoop.groups: "*"
5153
ENSURE_OM_INITIALIZED: /data/metadata/om/current/VERSION
5254
WAITFOR: scm:9876
5355
command: ["ozone","om"]
@@ -73,3 +75,11 @@ services:
7375
environment:
7476
<<: *common-config
7577
command: ["ozone","s3g"]
78+
httpfs:
79+
<<: *image
80+
ports:
81+
- 14000:14000
82+
environment:
83+
<<: *common-config
84+
CORE-SITE.XML_fs.defaultFS: "ofs://om"
85+
command: [ "ozone","httpfs" ]

0 commit comments

Comments
 (0)