Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
- 9874:9874
environment:
<<: *common-config
CORE-SITE.XML_hadoop.proxyuser.hadoop.hosts: "*"
CORE-SITE.XML_hadoop.proxyuser.hadoop.groups: "*"
ENSURE_OM_INITIALIZED: /data/metadata/om/current/VERSION
WAITFOR: scm:9876
command: ["ozone","om"]
Expand All @@ -73,3 +75,11 @@ services:
environment:
<<: *common-config
command: ["ozone","s3g"]
httpfs:
<<: *image
ports:
- 14000:14000
environment:
<<: *common-config
CORE-SITE.XML_fs.defaultFS: "ofs://om"
command: [ "ozone","httpfs" ]