-
Notifications
You must be signed in to change notification settings - Fork 333
Add instructions for using Trino with Polaris #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -178,9 +178,10 @@ $ curl -i -X PUT -H "Authorization: Bearer $PRINCIPAL_TOKEN" -H 'Accept: applica | |
| -d '{"name": "polaris", "id": 100, "type": "INTERNAL", "readOnly": false}' | ||
| ``` | ||
|
|
||
| This creates a catalog called `polaris`. From here, you can use Spark to create namespaces, tables, etc. | ||
| This creates a catalog called `polaris`. From here, you can use any Iceberg REST | ||
|
||
| compatible clients (e.g. Spark or Trino) to create namespaces, tables, etc. | ||
|
|
||
| You must run the following as the first query in your spark-sql shell to actually use Polaris: | ||
| You must run the following as the first query in your SQL shell to actually use Polaris: | ||
|
|
||
| ``` | ||
| use polaris; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.