We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e5c51 commit 57fb73fCopy full SHA for 57fb73f
docker-compose.yaml
@@ -48,6 +48,8 @@ services:
48
- 9874:9874
49
environment:
50
<<: *common-config
51
+ CORE-SITE.XML_hadoop.proxyuser.hadoop.hosts: "*"
52
+ CORE-SITE.XML_hadoop.proxyuser.hadoop.groups: "*"
53
ENSURE_OM_INITIALIZED: /data/metadata/om/current/VERSION
54
WAITFOR: scm:9876
55
command: ["ozone","om"]
@@ -73,3 +75,11 @@ services:
73
75
74
76
77
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