Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 8a44d5a

Browse files
committed
hdfs-hbase stack: Increase pvc size (#139)
## Description When executing the hbase-hdfs demo on a non-kind cluster we have issues with storage. After setting org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicy = DEBUG we can see the actual error saying ```2022-10-04 14:26:23,414 DEBUG blockmanagement.BlockPlacementPolicy: The node 10.104.0.29:9866 does not have enough DISK space (required=134217728, scheduled=1476395008, remaining=1482951146).```
1 parent 1c6dc29 commit 8a44d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stacks/hdfs-hbase/hdfs.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
resources:
2626
storage:
2727
data:
28-
capacity: 2Gi
28+
capacity: 5Gi
2929
roleGroups:
3030
default:
3131
replicas: 2
@@ -34,7 +34,7 @@ spec:
3434
resources:
3535
storage:
3636
data:
37-
capacity: 2Gi
37+
capacity: 5Gi
3838
roleGroups:
3939
default:
4040
replicas: 1
@@ -43,7 +43,7 @@ spec:
4343
resources:
4444
storage:
4545
data:
46-
capacity: 2Gi
46+
capacity: 5Gi
4747
roleGroups:
4848
default:
4949
replicas: 1

0 commit comments

Comments
 (0)