Skip to content

Commit cdd122a

Browse files
committed
added comment re. static mapping
1 parent b952af9 commit cdd122a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stack/10-hdfs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ spec:
4343
core-site.xml:
4444
hadoop.security.group.mapping: "tech.stackable.hadoop.StackableGroupMapper"
4545
hadoop.security.group.mapping.opa.url: "http://test-opa.default.svc.cluster.local:8081/v1/data/hdfs"
46+
# The operator adds a default static mapping when kerberos is activated, see:
47+
# https://github.com/stackabletech/hdfs-operator/blob/main/rust/operator-binary/src/kerberos.rs#L97-L101
48+
# This should be removed so that the mapping implementation can provide this information instead:
4649
hadoop.user.group.static.mapping.overrides: ""
4750
replicas: 2
4851
dataNodes:

0 commit comments

Comments
 (0)