-
Notifications
You must be signed in to change notification settings - Fork 1
/
support.html
478 lines (381 loc) · 19.5 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Starburst | Starburst Support</title>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:title" content="Starburst - Starburst Support">
<meta property="og:description" content="Your hub to all knowledge about Starburst products.">
<meta property="og:image" content="/assets/img/starburst-og-image.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded">
<link rel="stylesheet" href="/assets/fontawesome/css/all.css">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/mdb.min.css">
<link rel="stylesheet" href="/assets/css/highlight.css">
<link rel="stylesheet" href="/assets/css/fonts.css">
<link rel="stylesheet" href="/assets/css/style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CY10FQPGJS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CY10FQPGJS');
</script>
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=document.createElement("script");r.type="text/javascript",r.async=!0,r.src="https://cdn.heapanalytics.com/js/heap-"+e+".js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(r,a);for(var n=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","resetIdentity","removeEventProperty","setEventProperties","track","unsetEventProperty"],o=0;o<p.length;o++)heap[p[o]]=n(p[o])};
heap.load("588835629");
</script>
<script>
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected]";
!function(e,a,t,n,s,i,c){e.AlgoliaAnalyticsObject=s,e[s]=e[s]||function(){
(e[s].queue=e[s].queue||[]).push(arguments)},i=a.createElement(t),c=a.getElementsByTagName(t)[0],
i.async=1,i.src=n,c.parentNode.insertBefore(i,c)
}(window,document,"script",ALGOLIA_INSIGHTS_SRC,"aa");
</script>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Starburst Support | Starburst</title>
<meta name="generator" content="Jekyll v4.2.2" />
<meta property="og:title" content="Starburst Support" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Your hub to all knowledge about Starburst products." />
<meta property="og:description" content="Your hub to all knowledge about Starburst products." />
<link rel="canonical" href="https://docs.starburst.io/support.html" />
<meta property="og:url" content="https://docs.starburst.io/support.html" />
<meta property="og:site_name" content="Starburst" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Starburst Support" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Your hub to all knowledge about Starburst products.","headline":"Starburst Support","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://docs.starburst.io/assets/img/logo/starburst-reverse.png"}},"url":"https://docs.starburst.io/support.html"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header class="main-header navbar-expand-md">
<div class="navbar fixed-top navbar-dark">
<div class="container">
<div class="navbar-left-container">
<a class="navbar-brand" href="https://www.starburst.io/">
<img src="/assets/img/logo/Starburst_Logo_White+Blue.svg" height="25" alt="Starburst">
</a>
<span class="navbar-divider"></span>
<a href="/" class="header-text">Documentation</a>
</div>
<div class="nav-item dropdown" id="site-search">
<div id="dropdownSearchDisplay" aria-labelledby="dropdownSearch">
<div id="algolia-search">
<div id="searchbox"></div>
<div
class="refinement-list"
id="versionsRefinementList"
style="display: none"
></div>
<div class="refinement-list" id="product-list">
<h6>Product:</h6>
</div>
<div id="hits"></div>
<div id="stats"></div>
</div>
</div>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
<nav class="primary-nav">
<div class="container collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-layout navbar-nav mr-auto">
<li class="nav-item dropdown">
<a id="introduction"
class="nav-link dropdown-toggle"
aria-haspopup="true" aria-label="Introduction" data-is-click="false"
href="/introduction/index.html">Introduction</a>
<div class="dropdown-menu dropdown-docs">
<a class="dropdown-item" href="/introduction/concepts.html">Concepts</a>
<a class="dropdown-item" href="/introduction/architecture.html">Architecture</a>
<a class="dropdown-item" href="/introduction/choose-your-starburst-product.html">Choose your Starburst product</a>
<a class="dropdown-item" href="/introduction/data-sources-catalogs.html">Data sources and catalogs</a>
<a class="dropdown-item" href="/introduction/data-lake.html">Data lakes</a>
<a class="dropdown-item" href="/introduction/object-storage.html">Using object storage systems</a>
<a class="dropdown-item" href="/introduction/metastores.html">Metastore options</a>
<a class="dropdown-item" href="/introduction/security.html">Security</a>
<a class="dropdown-item" href="/introduction/querying-data.html">Querying data with Starburst products</a>
<a class="dropdown-item" href="/introduction/starburst-sql.html">Using SQL</a>
<a class="dropdown-item" href="/introduction/migration.html">Migrating queries to Starburst</a>
<a class="dropdown-item" href="/introduction/query-performance.html">Query performance</a>
<a class="dropdown-item" href="/introduction/performance-features.html">Performance features</a>
</div>
</li>
<li class="nav-item dropdown">
<a id="clients"
class="nav-link dropdown-toggle"
aria-haspopup="true" aria-label="Clients" data-is-click="false"
href="/clients/index.html">Clients</a>
<div class="dropdown-menu dropdown-docs">
<a class="dropdown-item" href="/clients/index.html">All clients</a>
<a class="dropdown-item" href="/clients/gather-connection-information.html">Gather connection information</a>
<a class="dropdown-item" href="/clients/cli.html">Trino CLI</a>
<a class="dropdown-item" href="/clients/jdbc.html">JDBC driver</a>
<a class="dropdown-item" href="/clients/odbc.html">ODBC driver</a>
<a class="dropdown-item" href="/clients/machine-learning.html">Machine learning</a>
</div>
</li>
<li class="nav-item dropdown">
<a id="starburst-galaxy"
class="nav-link dropdown-toggle"
aria-haspopup="true" aria-label="Starburst Galaxy" data-is-click="false"
href="/starburst-galaxy/index.html">Starburst Galaxy</a>
<div class="dropdown-menu dropdown-docs">
<a class="dropdown-item" href="/starburst-galaxy/get-started/index.html">Get started</a>
<a class="dropdown-item" href="/starburst-galaxy/get-started/get-support.html">Help center</a>
<a class="dropdown-item" href="/starburst-galaxy/working-with-data/index.html">Working with data</a>
<a class="dropdown-item" href="/starburst-galaxy/working-with-data/query-data/index.html"> Query data</a>
<a class="dropdown-item" href="/starburst-galaxy/working-with-data/explore-data/index.html"> Explore data</a>
<a class="dropdown-item" href="/starburst-galaxy/working-with-data/create-catalogs/index.html">Manage catalogs</a>
<a class="dropdown-item" href="/starburst-galaxy/working-with-data/explore-data/browse-data-products.html">Data products</a>
<a class="dropdown-item" href="/starburst-galaxy/data-engineering/index.html">Data engineering</a>
<a class="dropdown-item" href="/starburst-galaxy/cluster-administration/index.html">Cluster administration</a>
<a class="dropdown-item" href="/starburst-galaxy/security-and-compliance/index.html">Security and compliance</a>
<a class="dropdown-item" href="/starburst-galaxy/troubleshooting/index.html">Troubleshooting</a>
<a class="dropdown-item" href="/starburst-galaxy/developer-tools/python/index.html">Python</a>
<a class="dropdown-item" href="/starburst-galaxy/reference/sql/index.html">SQL</a>
<a class="dropdown-item" href="/starburst-galaxy/reference/index.html">Reference</a>
</div>
</li>
<li class="nav-item dropdown">
<a id="starburst-enterprise"
class="nav-link dropdown-toggle"
aria-haspopup="true" aria-label="Get started" data-is-click="false"
href="/starburst-enterprise/index.html">Starburst Enterprise</a>
<div class="dropdown-menu dropdown-docs">
<a class="dropdown-item" href="/latest/index.html">Latest documentation</a>
<a class="dropdown-item" href="/latest/language.html">SQL reference</a>
<a class="dropdown-item" href="/latest/connector.html">Connect to data sources</a>
<a class="dropdown-item" href="/latest/admin-topics.html">Administration topics</a>
<a class="dropdown-item" href="/latest/security.html">Security</a>
<a class="dropdown-item" href="/latest/versions.html">Version information</a>
</div>
</li>
<li class="nav-item dropdown">
<a id="resources"
class="nav-link dropdown-toggle active"
aria-haspopup="true" aria-label="resources" data-is-click="false"
href="/resources.html">Resources</a>
<div class="dropdown-menu dropdown-docs">
<a class="dropdown-item" href="/support.html">Support</a>
<a class="dropdown-item" href="https://www.starburst.io/community/forum/">Community forum</a>
<a class="dropdown-item" href="https://www.starburst.io/blog/technical">Technical blog</a>
<a class="dropdown-item" href="/security/index.html">Security</a>
<a class="dropdown-item" href="https://academy.starburst.io/">Starburst Academy</a>
<a class="dropdown-item" href="/videos/index.html">Video library</a>
<a class="dropdown-item" href="/glossary.html">Glossary</a>
<a class="dropdown-item" href="/conventions.html">Conventions</a>
<a class="dropdown-item" href="/iconography.html">Iconography</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<div class="sep-hero">
<div class="container sep-parent">
<div class="row">
<div class="col-md-12">
<h1>
Starburst Support
</h1>
<p style="margin-top:15px;">At Starburst, your success is our success. We offer our customers dedicated resources for your organization with up to a 30 minute response time and 24×7 support from our team of experts. Starburst support provides the critical SLA driven engagement to ensure your production up-time.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row landing-page-row-with-nav">
<div class="col-md-5 col-lg-4 col-xl-3 side-navigation">
<div class="spacer-60 toc-sticky left-nav">
<div>
<h6 class="overline product-nav-title">Resources</h6>
</div>
<hr />
<li >
<a href="/resources.html" >Overview</a>
</li>
<li class="active">
<a href="/support.html" >Support</a>
</li>
<li >
<a href="https://www.starburst.io/community/forum/" >Starburst forum</a>
</li>
<li >
<a href="https://www.starburst.io/blog/technical" >Technical blog</a>
</li>
<li >
<a href="/security/index.html" >Security</a>
</li>
<li >
<a href="https://academy.starburst.io/" >Starburst Academy</a>
</li>
<li >
<a href="/videos/index.html" >Video library</a>
</li>
<li >
<a href="/glossary.html" >Glossary</a>
</li>
<li >
<a href="/conventions.html" >Conventions</a>
</li>
<li >
<a href="/iconography.html" >Iconography</a>
</li>
</div>
</div>
<div class="col-md-7 col-lg-8 col-xl-9 spacer-30 docs-content">
<div class="homepage-personas bg-opacity-50">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>
Get help with Starburst Galaxy and Starburst Enterprise
</h3>
</div>
</div>
<div class="row spacer-30">
<div class="col-md-6">
<a href="https://starburstsupport.force.com/s/login">
<div class="card">
<div class="card-body">
<h5>
Your support cases
</h5>
<p>Our intuitive support portal offers customers fast ticket
submission and tracking, user-friendly forums, a knowledge
base, and easy downloads.</p>
</div>
</div>
</a>
</div>
<div class="col-md-6">
<a href="https://www.starburst.io/platform/features/support/">
<div class="card">
<div class="card-body">
<h5>
Our support policies
</h5>
<p>Learn more about Starburst support with fast response times for problems
and critical issues. Our expert engineers are ready to help you.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="homepage-personas bg-opacity-50">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>
Starburst Galaxy
</h3>
</div>
</div>
<div class="row spacer-30">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h5>
<a href="https://status.galaxy.starburst.io/">Operational status</a>
</h5>
<p>Your source for information on the current status
of Starburst Galaxy cluster operations.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="homepage-personas bg-opacity-50">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>
Starburst Enterprise releases
</h3>
</div>
</div>
<div class="row spacer-30">
<div class="col-md-6">
<a href="./latest/versions.html">
<div class="card">
<div class="card-body">
<h5>
Supported releases
</h5>
<p>Learn about what versions we support, our release cycles,
and important support dates for specific versions.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="margin-bottom: 50px"></div><footer class="page-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<p style="font-weight:900">Resources</b></p>
<ul>
<li class="footer-item"><a href="/videos/index.html">Video library</a></li>
<li class="footer-item"><a href="/glossary.html">Glossary</a></li>
<li class="footer-item"><a href="https://www.starburst.io/info/oreilly-trino-guide/" target="_blank">Free O'Reilly book - Trino: The Definitive Guide</a></li>
<li class="footer-item"><a href="https://trino.io/broadcast/" target="_blank">Trino Community Broadcast</a></li>
<li class="footer-item"><a href="https://www.starburst.io/community/forum/" target="_blank">Starburst forum</a></li>
<li class="footer-item"><a href="https://blog.starburstdata.com/" target="_blank">Starburst blog</a></li>
</ul>
</div>
<div class="col-md-3">
<p style="font-weight:900">Contact and more</p>
<ul>
<li class="footer-item"><a href="https://www.starburst.io" target="_blank">Starburst</a></li>
<li class="footer-item"><a href="https://www.starburst.io/#download" target="_blank">Start a trial</a></li>
<li class="footer-item"><a href="/support.html" target="_blank">Get support</a></li>
<li class="footer-item"><a href="https://www.starburst.io/contact/" target="_blank">Contact us</a></li>
</ul>
</div>
<div class="col-md-3" style="text-align:right;">
<a href="https://www.starburst.io/" target="_blank"><img src="/assets/img/logo/Starburst_Logo_White+Blue.svg" height="34" alt=" Starburst" style="margin-bottom:20px;"></a>
<li class="footer-item" style="padding-right:10px;">
<a href="/disclaimers.html#copyright">Copyright © 2017-2024<br> Starburst Data</a>
</li>
<li class="footer-item" style="padding-right:10px;">
<a href="/disclaimers.html#trademarks">Trademark information</a>
</li>
</div>
</div>
<div class="row">
<div class="col-md-12 center spacer-30">
<a href="https://twitter.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCXjkuWSO9CV_cSI3Mvo4a4w" target="_blank" class="footer-icon"><i class="fab fa-youtube"></i></a>
<a href="https://github.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/popper.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/mdb.min.js"></script>
<script type="text/javascript" src="/assets/js/custom.js"></script>
<script type="text/javascript" src="/assets/js/algolia.js"></script>
<script type="text/javascript" src="/assets/js/search-box.js"></script>
<script type="text/javascript" src="/assets/js/search-results.js"></script>
</body>
</html>