Skip to content

Commit 794de72

Browse files
yuc-Liv-yuchenli
andauthored
Update example 'Flink' to 'Trino' (#26612)
Co-authored-by: v-yuchenli <v-yuchenli@microsoft.com>
1 parent 99139d0 commit 794de72

File tree

5 files changed

+114
-62
lines changed

5 files changed

+114
-62
lines changed

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-06-01-preview/examples/CreateAutoscaleCluster.json

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,24 @@
88
"HDInsightCluster": {
99
"location": "West US 2",
1010
"properties": {
11-
"clusterType": "kafka",
11+
"clusterType": "Trino",
1212
"computeProfile": {
1313
"nodes": [
1414
{
15-
"type": "worker",
16-
"vmSize": "Standard_D3_v2",
17-
"count": 4
15+
"type": "Head",
16+
"vmSize": "Standard_E8as_v5",
17+
"count": 2
18+
},
19+
{
20+
"type": "Worker",
21+
"vmSize": "Standard_E8as_v5",
22+
"count": 3
1823
}
1924
]
2025
},
2126
"clusterProfile": {
22-
"clusterVersion": "1.0.1",
23-
"ossVersion": "2.4.1",
27+
"clusterVersion": "1.0.6",
28+
"ossVersion": "0.410.0",
2429
"identityProfile": {
2530
"msiResourceId": "/subscriptions/subid/resourceGroups/hiloResourcegroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-msi",
2631
"msiClientId": "de91f1d8-767f-460a-ac11-3cf103f74b34",
@@ -32,7 +37,7 @@
3237
"testuser2"
3338
]
3439
},
35-
"kafkaProfile": {},
40+
"trinoProfile": {},
3641
"sshProfile": {
3742
"count": 2
3843
},
@@ -101,24 +106,33 @@
101106
"type": "Microsoft.HDInsight/clusterPools/clusters",
102107
"properties": {
103108
"provisioningState": "Succeeded",
104-
"clusterType": "kafka",
109+
"clusterType": "Trino",
105110
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
106111
"computeProfile": {
107112
"nodes": [
108113
{
109-
"type": "worker",
110-
"vmSize": "Standard_D3_v2",
111-
"count": 4
114+
"type": "Head",
115+
"vmSize": "Standard_E8as_v5",
116+
"count": 2
117+
},
118+
{
119+
"type": "Worker",
120+
"vmSize": "Standard_E8as_v5",
121+
"count": 3
112122
}
113123
]
114124
},
115125
"clusterProfile": {
116-
"clusterVersion": "1.0.1",
117-
"ossVersion": "2.4.1",
126+
"clusterVersion": "1.0.6",
127+
"ossVersion": "0.410.0",
118128
"components": [
119129
{
120-
"name": "Hive",
121-
"version": "2.4.1"
130+
"name": "Trino",
131+
"version": "410"
132+
},
133+
{
134+
"name": "Hive metastore",
135+
"version": "3.1.2"
122136
}
123137
],
124138
"identityProfile": {
@@ -145,7 +159,7 @@
145159
}
146160
]
147161
},
148-
"kafkaProfile": {},
162+
"trinoProfile": {},
149163
"sshProfile": {
150164
"count": 2,
151165
"podPrefix": "sshnode"
@@ -223,19 +237,24 @@
223237
"type": "Microsoft.HDInsight/clusterPools/clusters",
224238
"properties": {
225239
"provisioningState": "Accepted",
226-
"clusterType": "kafka",
240+
"clusterType": "Trino",
227241
"computeProfile": {
228242
"nodes": [
229243
{
230-
"type": "worker",
231-
"vmSize": "Standard_D3_v2",
232-
"count": 4
244+
"type": "Head",
245+
"vmSize": "Standard_E8as_v5",
246+
"count": 2
247+
},
248+
{
249+
"type": "Worker",
250+
"vmSize": "Standard_E8as_v5",
251+
"count": 3
233252
}
234253
]
235254
},
236255
"clusterProfile": {
237-
"clusterVersion": "1.0.1",
238-
"ossVersion": "2.4.1",
256+
"clusterVersion": "1.0.6",
257+
"ossVersion": "0.410.0",
239258
"identityProfile": {
240259
"msiResourceId": "/subscriptions/subid/resourceGroups/hiloResourcegroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-msi",
241260
"msiClientId": "de91f1d8-767f-460a-ac11-3cf103f74b34",
@@ -260,7 +279,7 @@
260279
}
261280
]
262281
},
263-
"kafkaProfile": {},
282+
"trinoProfile": {},
264283
"sshProfile": {
265284
"count": 2,
266285
"podPrefix": "sshnode"

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-06-01-preview/examples/GetCluster.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,33 @@
1414
"type": "Microsoft.HDInsight/clusterPools/clusters",
1515
"properties": {
1616
"provisioningState": "Succeeded",
17-
"clusterType": "kafka",
17+
"clusterType": "Trino",
1818
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
1919
"computeProfile": {
2020
"nodes": [
2121
{
22-
"type": "worker",
23-
"vmSize": "Standard_D3_v2",
24-
"count": 4
22+
"type": "Head",
23+
"vmSize": "Standard_E8as_v5",
24+
"count": 2
25+
},
26+
{
27+
"type": "Worker",
28+
"vmSize": "Standard_E8as_v5",
29+
"count": 3
2530
}
2631
]
2732
},
2833
"clusterProfile": {
29-
"clusterVersion": "1.0.1",
30-
"ossVersion": "2.4.1",
34+
"clusterVersion": "1.0.6",
35+
"ossVersion": "0.410.0",
3136
"components": [
3237
{
33-
"name": "Hive",
34-
"version": "2.4.1"
38+
"name": "Trino",
39+
"version": "410"
40+
},
41+
{
42+
"name": "Hive metastore",
43+
"version": "3.1.2"
3544
}
3645
],
3746
"identityProfile": {
@@ -58,7 +67,7 @@
5867
}
5968
]
6069
},
61-
"kafkaProfile": {},
70+
"trinoProfile": {},
6271
"sshProfile": {
6372
"count": 2,
6473
"podPrefix": "sshnode"

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-06-01-preview/examples/ListClustersByClusterPoolName.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,33 @@
1515
"type": "Microsoft.HDInsight/clusterPools/clusters",
1616
"properties": {
1717
"provisioningState": "Succeeded",
18-
"clusterType": "kafka",
18+
"clusterType": "Trino",
1919
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
2020
"computeProfile": {
2121
"nodes": [
2222
{
23-
"type": "worker",
24-
"vmSize": "Standard_D3_v2",
25-
"count": 4
23+
"type": "Head",
24+
"vmSize": "Standard_E8as_v5",
25+
"count": 2
26+
},
27+
{
28+
"type": "Worker",
29+
"vmSize": "Standard_E8as_v5",
30+
"count": 3
2631
}
2732
]
2833
},
2934
"clusterProfile": {
30-
"clusterVersion": "1.0.1",
31-
"ossVersion": "2.4.1",
35+
"clusterVersion": "1.0.6",
36+
"ossVersion": "0.410.0",
3237
"components": [
3338
{
34-
"name": "Hive",
35-
"version": "2.4.1"
39+
"name": "Trino",
40+
"version": "410"
41+
},
42+
{
43+
"name": "Hive metastore",
44+
"version": "3.1.2"
3645
}
3746
],
3847
"identityProfile": {
@@ -59,7 +68,7 @@
5968
}
6069
]
6170
},
62-
"kafkaProfile": {},
71+
"trinoProfile": {},
6372
"sshProfile": {
6473
"count": 2,
6574
"podPrefix": "sshnode"

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-06-01-preview/examples/PatchCluster.json

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,25 @@
124124
"type": "Microsoft.HDInsight/clusterPools/clusters",
125125
"properties": {
126126
"provisioningState": "Succeeded",
127-
"clusterType": "kafka",
127+
"clusterType": "Trino",
128128
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
129129
"computeProfile": {
130130
"nodes": [
131131
{
132-
"type": "worker",
133-
"vmSize": "Standard_D3_v2",
134-
"count": 4
132+
"type": "Head",
133+
"vmSize": "Standard_E8as_v5",
134+
"count": 2
135+
},
136+
{
137+
"type": "Worker",
138+
"vmSize": "Standard_E8as_v5",
139+
"count": 3
135140
}
136141
]
137142
},
138143
"clusterProfile": {
139-
"clusterVersion": "1.0.1",
140-
"ossVersion": "2.4.1",
144+
"clusterVersion": "1.0.6",
145+
"ossVersion": "0.410.0",
141146
"identityProfile": {
142147
"msiResourceId": "/subscriptions/subid/resourceGroups/hiloResourcegroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-msi",
143148
"msiClientId": "de91f1d8-767f-460a-ac11-3cf103f74b34",
@@ -256,7 +261,7 @@
256261
}
257262
]
258263
},
259-
"kafkaProfile": {},
264+
"trinoProfile": {},
260265
"sshProfile": {
261266
"count": 2,
262267
"podPrefix": "sshnode"
@@ -288,20 +293,25 @@
288293
"type": "Microsoft.HDInsight/clusterPools/clusters",
289294
"properties": {
290295
"provisioningState": "Succeeded",
291-
"clusterType": "kafka",
296+
"clusterType": "Trino",
292297
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
293298
"computeProfile": {
294299
"nodes": [
295300
{
296-
"type": "worker",
297-
"vmSize": "Standard_D3_v2",
298-
"count": 4
301+
"type": "Head",
302+
"vmSize": "Standard_E8as_v5",
303+
"count": 2
304+
},
305+
{
306+
"type": "Worker",
307+
"vmSize": "Standard_E8as_v5",
308+
"count": 3
299309
}
300310
]
301311
},
302312
"clusterProfile": {
303-
"clusterVersion": "1.0.1",
304-
"ossVersion": "2.4.1",
313+
"clusterVersion": "1.0.6",
314+
"ossVersion": "0.410.0",
305315
"identityProfile": {
306316
"msiResourceId": "/subscriptions/subid/resourceGroups/hiloResourcegroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-msi",
307317
"msiClientId": "de91f1d8-767f-460a-ac11-3cf103f74b34",
@@ -420,7 +430,7 @@
420430
}
421431
]
422432
},
423-
"kafkaProfile": {},
433+
"trinoProfile": {},
424434
"sshProfile": {
425435
"count": 2,
426436
"podPrefix": "sshnode"

specification/hdinsight/resource-manager/Microsoft.HDInsight/HDInsightOnAks/preview/2023-06-01-preview/examples/ResizeCluster.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,25 @@
2020
"type": "Microsoft.HDInsight/clusterPools/clusters",
2121
"properties": {
2222
"provisioningState": "Succeeded",
23-
"clusterType": "kafka",
23+
"clusterType": "Trino",
2424
"deploymentId": "45cd32aead6e4a91b079a0cdbfac8c36",
2525
"computeProfile": {
2626
"nodes": [
2727
{
28-
"type": "worker",
29-
"vmSize": "Standard_D3_v2",
30-
"count": 3
28+
"type": "Head",
29+
"vmSize": "Standard_E8as_v5",
30+
"count": 2
31+
},
32+
{
33+
"type": "Worker",
34+
"vmSize": "Standard_E8as_v5",
35+
"count": 5
3136
}
3237
]
3338
},
3439
"clusterProfile": {
35-
"clusterVersion": "1.0.1",
36-
"ossVersion": "2.4.1",
40+
"clusterVersion": "1.0.6",
41+
"ossVersion": "0.410.0",
3742
"identityProfile": {
3843
"msiResourceId": "/subscriptions/subid/resourceGroups/hiloResourcegroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/test-msi",
3944
"msiClientId": "de91f1d8-767f-460a-ac11-3cf103f74b34",
@@ -58,7 +63,7 @@
5863
}
5964
]
6065
},
61-
"kafkaProfile": {},
66+
"trinoProfile": {},
6267
"sshProfile": {
6368
"count": 2,
6469
"podPrefix": "sshnode"

0 commit comments

Comments
 (0)