Skip to content

Commit 1beca43

Browse files
authored
fix: increase hbase master memory to avoid the hbase shell being killed (#285)
* fix: increase hbase master memory to avoid the hbase shell being killed * remove extra config
1 parent 4b4ab10 commit 1beca43

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

demos/demos-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ demos:
2828
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml
2929
supportedNamespaces: []
3030
resourceRequests:
31-
cpu: "3"
32-
memory: 5638Mi
33-
pvc: 16Gi
31+
cpu: 1950m
32+
memory: 9216Mi
33+
pvc: 21Gi
3434
end-to-end-security:
3535
description: Demonstrates end-to-end security across multiple products
3636
stackableStack: end-to-end-security

docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ WARNING: This demo should not be run alongside other demos.
2121

2222
To run this demo, your system needs at least:
2323

24-
* 3 {k8s-cpu}[cpu units] (core/hyperthread)
25-
* 6GiB memory
26-
* 16GiB disk storage
24+
* 2 {k8s-cpu}[cpu units] (core/hyperthread)
25+
* 10 GiB memory
26+
* 22 GiB disk storage
2727
2828
== Overview
2929

stacks/hdfs-hbase/hbase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ spec:
1212
masters:
1313
config:
1414
listenerClass: external-stable
15+
resources:
16+
memory:
17+
limit: 2Gi
1518
roleGroups:
1619
default:
1720
replicas: 1

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ stacks:
186186
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/hdfs-hbase/hbase.yaml
187187
supportedNamespaces: []
188188
resourceRequests:
189-
cpu: 4200m
190-
memory: 10758Mi
189+
cpu: 1950m
190+
memory: 8192Mi
191191
pvc: 21Gi
192192
parameters: []
193193
nifi-kafka-druid-superset-s3:

0 commit comments

Comments
 (0)