File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ metadata:
5
5
name: hdfs
6
6
spec:
7
7
image:
8
- {% if test_scenario ['values' ]['hadoop-latest ' ].find ("," ) > 0 %}
9
- custom: "{{ test_scenario['values'] ['hadoop-latest '] .split(',')[1] }}"
10
- productVersion: "{{ test_scenario['values'] ['hadoop-latest '] .split(',')[0] }}"
8
+ {% if test_scenario ['values' ]['hadoop' ].find ("," ) > 0 %}
9
+ custom: "{{ test_scenario['values'] ['hadoop'] .split(',')[1] }}"
10
+ productVersion: "{{ test_scenario['values'] ['hadoop'] .split(',')[0] }}"
11
11
{% else %}
12
- productVersion: "{{ test_scenario['values'] ['hadoop-latest '] }}"
12
+ productVersion: "{{ test_scenario['values'] ['hadoop'] }}"
13
13
{% endif %}
14
14
pullPolicy: IfNotPresent
15
15
clusterConfig:
Original file line number Diff line number Diff line change 9
9
serviceAccountName: test-sa
10
10
containers:
11
11
- name: access-hdfs
12
- {% if test_scenario ['values' ]['hadoop-latest ' ].find ("," ) > 0 %}
13
- image: "{{ test_scenario['values'] ['hadoop-latest '] .split(',')[1] }}"
12
+ {% if test_scenario ['values' ]['hadoop' ].find ("," ) > 0 %}
13
+ image: "{{ test_scenario['values'] ['hadoop'] .split(',')[1] }}"
14
14
{% else %}
15
- image: docker.stackable.tech/stackable/hadoop:{{ test_scenario['values'] ['hadoop-latest '] }}-stackable0.0.0-dev
15
+ image: docker.stackable.tech/stackable/hadoop:{{ test_scenario['values'] ['hadoop'] }}-stackable0.0.0-dev
16
16
{% endif %}
17
17
env:
18
18
- name: HADOOP_CONF_DIR
Original file line number Diff line number Diff line change 9
9
serviceAccountName: test-sa
10
10
containers:
11
11
- name: check-hdfs
12
- {% if test_scenario ['values' ]['hadoop-latest ' ].find ("," ) > 0 %}
13
- image: "{{ test_scenario['values'] ['hadoop-latest '] .split(',')[1] }}"
12
+ {% if test_scenario ['values' ]['hadoop' ].find ("," ) > 0 %}
13
+ image: "{{ test_scenario['values'] ['hadoop'] .split(',')[1] }}"
14
14
{% else %}
15
- image: docker.stackable.tech/stackable/hadoop:{{ test_scenario['values'] ['hadoop-latest '] }}-stackable0.0.0-dev
15
+ image: docker.stackable.tech/stackable/hadoop:{{ test_scenario['values'] ['hadoop'] }}-stackable0.0.0-dev
16
16
{% endif %}
17
17
env:
18
18
- name: HADOOP_CONF_DIR
Original file line number Diff line number Diff line change 62
62
- openshift
63
63
- name : kerberos
64
64
dimensions :
65
- - hadoop-latest # We only support Kerberos for HDFS >= 3.3.x. See rust/operator/src/kerberos.rs for details
65
+ - hadoop
66
66
- zookeeper-latest
67
67
- krb5
68
68
- kerberos-realm
You can’t perform that action at this time.
0 commit comments