-
Notifications
You must be signed in to change notification settings - Fork 489
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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe we can leave out these style-only changes for now?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. They're in a different commit, so I can remove it if necessary. I figured it was generally an improvement worth making while we're here, though.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to separate style-only changes to make review easier. |
||
| 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.