Skip to content

Commit bb54423

Browse files
authored
Update README.md (#15)
matching the catalog name with the below spark sql example of "use polaris"
1 parent ee44b99 commit bb54423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ $ export PRINCIPAL_TOKEN=ver:1-hint:1036-ETMsDgAAAY/GPANareallyverylongstringtha
169169

170170
$ curl -i -X PUT -H "Authorization: Bearer $PRINCIPAL_TOKEN" -H 'Accept: application/json' -H 'Content-Type: application/json' \
171171
http://${POLARIS_HOST:-localhost}:8181/api/v1/catalogs \
172-
-d '{"name": "snowflake", "id": 100, "type": "INTERNAL", "readOnly": false}'
172+
-d '{"name": "polaris", "id": 100, "type": "INTERNAL", "readOnly": false}'
173173
```
174174

175-
This creates a catalog called `snowflake`. From here, you can use Spark to create namespaces, tables, etc.
175+
This creates a catalog called `polaris`. From here, you can use Spark to create namespaces, tables, etc.
176176

177177
You must run the following as the first query in your spark-sql shell to actually use Polaris:
178178

0 commit comments

Comments
 (0)