Skip to content

Commit f4174b3

Browse files
authored
Merge branch 'main' into trino-455
2 parents b3fc4c7 + 1130d2b commit f4174b3

12 files changed

+16
-12
lines changed

docs/modules/trino/examples/usage-guide/trino-insecure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
name: simple-hive-derby
3838
spec:
3939
image:
40-
productVersion: 3.1.3
40+
productVersion: 4.0.0
4141
clusterConfig:
4242
database:
4343
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/trino/examples/usage-guide/trino-secure-internal-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ metadata:
7272
name: simple-hive-derby
7373
spec:
7474
image:
75-
productVersion: 3.1.3
75+
productVersion: 4.0.0
7676
clusterConfig:
7777
database:
7878
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/trino/examples/usage-guide/trino-secure-tls-only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ metadata:
5252
name: simple-hive-derby
5353
spec:
5454
image:
55-
productVersion: 3.1.3
55+
productVersion: 4.0.0
5656
clusterConfig:
5757
database:
5858
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

docs/modules/trino/examples/usage-guide/trino-secure-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ metadata:
7272
name: simple-hive-derby
7373
spec:
7474
image:
75-
productVersion: 3.1.3
75+
productVersion: 4.0.0
7676
clusterConfig:
7777
database:
7878
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

examples/simple-trino-cluster-authentication-opa-authorization-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ metadata:
136136
name: simple-hive-derby
137137
spec:
138138
image:
139-
productVersion: 3.1.3
139+
productVersion: 4.0.0
140140
clusterConfig:
141141
database:
142142
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

examples/simple-trino-cluster-hive-ha-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
name: simple-hive-derby
4444
spec:
4545
image:
46-
productVersion: 3.1.3
46+
productVersion: 4.0.0
4747
clusterConfig:
4848
database:
4949
connString: jdbc:postgresql://hive-postgresql:5432/hive

examples/simple-trino-cluster-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: simple-hive-derby
5151
spec:
5252
image:
53-
productVersion: 3.1.3
53+
productVersion: 4.0.0
5454
clusterConfig:
5555
database:
5656
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

examples/simple-trino-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ metadata:
4646
name: simple-hive-derby
4747
spec:
4848
image:
49-
productVersion: 3.1.3
49+
productVersion: 4.0.0
5050
clusterConfig:
5151
database:
5252
connString: jdbc:derby:;databaseName=/tmp/metastore_db;create=true

tests/templates/kuttl/opa-authorization/03-install-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hive
66
spec:
77
image:
8-
productVersion: "{{ test_scenario['values']['hive'] }}"
8+
productVersion: "{{ test_scenario['values']['hive-latest'] }}"
99
pullPolicy: IfNotPresent
1010
clusterConfig:
1111
database:

tests/templates/kuttl/smoke/04-prepare-bucket.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ commands:
77
- script: |
88
POD=$(kubectl -n $NAMESPACE get pod -l app.kubernetes.io/instance=minio -o name | head -n 1 | sed -e 's#pod/##')
99
kubectl cp -n $NAMESPACE yellow_tripdata_2021-07.csv $POD:/tmp
10-
kubectl -n $NAMESPACE exec $POD -- mc cp /tmp/yellow_tripdata_2021-07.csv local/trino
10+
kubectl -n $NAMESPACE exec $POD -- mc cp /tmp/yellow_tripdata_2021-07.csv local/trino/taxi-data/

0 commit comments

Comments
 (0)