We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088256b commit 3d12597Copy full SHA for 3d12597
stacks/hdfs-hbase/hbase.yaml
@@ -7,18 +7,23 @@ spec:
7
image:
8
productVersion: 2.6.2
9
clusterConfig:
10
- listenerClass: external-unstable
11
hdfsConfigMapName: hdfs
12
zookeeperConfigMapName: hbase-znode
13
masters:
+ config:
14
+ listenerClass: external-stable
15
roleGroups:
16
default:
17
replicas: 1
18
regionServers:
19
20
+ listenerClass: external-unstable
21
22
23
replicas: 2
24
restServers:
25
26
27
28
29
0 commit comments