Skip to content

Commit 5a118dc

Browse files
authored
chore: Bump to HDFS 3.5.0 (#766)
* chore: Bump to HDFS 3.5.0 * Update tests/test-definition.yaml
1 parent 7afbc2e commit 5a118dc

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/modules/hbase/examples/getting_started/hdfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hdfs
66
spec:
77
image:
8-
productVersion: 3.4.2
8+
productVersion: 3.5.0
99
clusterConfig:
1010
dfsReplication: 1
1111
zookeeperConfigMapName: simple-hdfs-znode

docs/modules/hbase/examples/getting_started/hdfs.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-hdfs
66
spec:
77
image:
8-
productVersion: 3.4.2
8+
productVersion: 3.5.0
99
clusterConfig:
1010
dfsReplication: 1
1111
zookeeperConfigMapName: simple-hdfs-znode

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ spec:
2020
- name: AWS_ENDPOINT
2121
value: https://s3endpoint:9000/
2222
- name: AWS_SSL_ENABLED
23-
value: true
23+
value: "true"
2424
- name: AWS_PATH_STYLE_ACCESS
25-
value: true
25+
value: "true"
2626
- name: AWS_ACCESS_KEY_ID
2727
valueFrom:
2828
secretKeyRef:

docs/modules/hbase/examples/usage-guide/snapshot-export-job.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ spec:
2020
- name: AWS_ENDPOINT
2121
value: https://s3endpoint:9000/
2222
- name: AWS_SSL_ENABLED
23-
value: true
23+
value: "true"
2424
- name: AWS_PATH_STYLE_ACCESS
25-
value: true
25+
value: "true"
2626
- name: AWS_ACCESS_KEY_ID
2727
valueFrom:
2828
secretKeyRef:

docs/modules/hbase/examples/usage-guide/snapshot-export-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apiVersion: v1
33
kind: Secret
44
metadata:
55
name: s3-credentials
6-
data:
6+
stringData:
77
access-key-id: myS3AccessKeyId
88
secret-key: myS3SecretKey

tests/test-definition.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ dimensions:
1818
- name: hdfs
1919
values:
2020
- 3.4.2
21+
- 3.4.3
22+
- 3.5.0
2123
- name: hdfs-latest
2224
values:
23-
- 3.4.2
25+
- 3.5.0
2426
- name: zookeeper
2527
values:
2628
- 3.9.4

0 commit comments

Comments
 (0)