Skip to content

Commit

Permalink
Some minor fixes and optimizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkeliebau committed Dec 20, 2023
1 parent 5bcfd3c commit 371d0e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/hdfs/pages/usage-guide/rack-awareness.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
name: hdfs-clusterrolebinding-nodes
subjects:
- kind: ServiceAccount
name: hdfs-simple-hdfs-serviceaccount
name: hdfs-serviceaccount
namespace: stackable
roleRef:
kind: ClusterRole
Expand All @@ -88,6 +88,7 @@ spec:
config:
configOverrides:
core-site.xml:
HADOOP_CLASSPATH: "/stackable/hadoop/share/hadoop/tools/lib/topology-provider-0.1.0.jar"
net.topology.node.switch.mapping.impl: tech.stackable.hadoop.StackableTopologyProvider
----
Expand All @@ -111,10 +112,10 @@ metadata:
name: simple-hdfs
spec:
nameNodes:
config:
configOverrides:
core-site.xml:
net.topology.node.switch.mapping.impl: tech.stackable.hadoop.StackableTopologyProvider
envOverrides:
HADOOP_CLASSPATH: "/stackable/hadoop/share/hadoop/tools/lib/topology-provider-0.1.0.jar"
TOPOLOGY_LABELS: "node:topology.kubernetes.io/zone;pod:app.kubernetes.io/role-group"
----

0 comments on commit 371d0e6

Please sign in to comment.