You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,9 @@ export CLIENT_SECRET=s3cr3t
45
45
```
46
46
47
47
## Next Steps
48
-
Congrats, you now have a running instance of1 Polaris! For details on how to use Polaris, check out the [Using Polaris]({{% relref "../../using-polaris" %}}) page.
48
+
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris,
49
+
check out the [Creating a Catalog]({{% ref "../../creating-a-catalog" %}}) and
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ export CLIENT_SECRET=s3cr3t
40
40
```
41
41
42
42
## Next Steps
43
-
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% relref "../../using-polaris" %}}) page.
43
+
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris,
44
+
check out the [Creating a Catalog]({{% ref "../../creating-a-catalog" %}}) and
Copy file name to clipboardExpand all lines: site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ export CLIENT_SECRET=s3cr3t
40
40
```
41
41
42
42
## Next Steps
43
-
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% relref "../../using-polaris" %}}) page.
43
+
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris,
44
+
check out the [Creating a Catalog]({{% ref "../../creating-a-catalog" %}}) and
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris, check out the [Using Polaris]({{% ref "../using-polaris" %}}) page.
117
+
Congrats, you now have a running instance of Polaris! For further information regarding how to use Polaris,
118
+
check out the [Creating a Catalog]({{% ref "../creating-a-catalog" %}}) and
Refer to the [Creating a Catalog]({{% ref "creating-a-catalog" %}}) page for instructions on defining a
35
+
catalog for your specific storage type. The following examples assume the catalog's name is `quickstart_catalog`.
35
36
36
-
In Polaris, the [catalog]({{% relref "../entities#catalog" %}}) is the top-level entity that objects like [tables]({{% relref "../entities#table" %}}) and [views]({{% relref "../entities#view" %}}) are organized under. With a Polaris service running, you can create a catalog like so:
37
+
In Polaris, the [catalog]({{% relref "../entities#catalog" %}}) is the top-level entity that objects like [tables]({{% relref "../entities#table" %}}) and [views]({{% relref "../entities#view" %}}) are organized under.
This will create a new catalog called **quickstart_catalog**. If you are using one of the Getting Started locally-built Docker images, we have already created a catalog named `quickstart_catalog` for you.
53
-
54
-
The `DEFAULT_BASE_LOCATION` you provide will be the default location that objects in this catalog should be stored in, and the `ROLE_ARN` you provide should be a [Role ARN](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) with access to read and write data in that location. These credentials will be provided to engines reading data from the catalog once they have authenticated with Polaris using credentials that have access to those resources.
55
-
56
-
If you’re using a storage type other than S3, such as Azure, you’ll provide a different type of credential than a Role ARN. For more details on supported storage types, see the [docs]({{% relref "../entities#storage-type" %}}).
39
+
The `DEFAULT_BASE_LOCATION` value you provided at catalog creation time will be the default location that objects in
40
+
this catalog should be stored in.
57
41
58
42
Additionally, if Polaris is running somewhere other than `localhost:8181`, you can specify the correct hostname and port by providing `--host` and `--port` flags. For the full set of options supported by the CLI, please refer to the [docs]({{% relref "../command-line-interface" %}}).
0 commit comments