diff --git a/1.2.0/_index.md b/1.2.0/_index.md index 607da8934c..e2bf918d71 100644 --- a/1.2.0/_index.md +++ b/1.2.0/_index.md @@ -29,6 +29,8 @@ cascade: params: show_page_toc: true # This file will NOT be copied into a new release's versioned docs folder. +robots: noindex +exclude_search: true --- Apache Polaris (Incubating) is a catalog implementation for Apache Iceberg™ tables and is built on the open source Apache Iceberg™ REST protocol. diff --git a/1.2.0/admin-tool.md b/1.2.0/admin-tool.md index accfdcd525..2fabca7340 100644 --- a/1.2.0/admin-tool.md +++ b/1.2.0/admin-tool.md @@ -20,6 +20,8 @@ title: Admin Tool type: docs weight: 300 +robots: noindex +exclude_search: true --- Polaris includes a tool for administrators to manage the metastore. diff --git a/1.2.0/command-line-interface.md b/1.2.0/command-line-interface.md index c455ec80f2..cca3ff8cd8 100644 --- a/1.2.0/command-line-interface.md +++ b/1.2.0/command-line-interface.md @@ -20,6 +20,8 @@ title: Command Line Interface type: docs weight: 300 +robots: noindex +exclude_search: true --- In order to help administrators quickly set up and manage their Polaris server, Polaris provides a simple command-line interface (CLI) for common tasks. diff --git a/1.2.0/configuration.md b/1.2.0/configuration.md index 78fd9cedbc..6bb46dae93 100644 --- a/1.2.0/configuration.md +++ b/1.2.0/configuration.md @@ -20,6 +20,8 @@ title: Configuring Polaris type: docs weight: 550 +robots: noindex +exclude_search: true --- ## Overview diff --git a/1.2.0/configuring-polaris-for-production.md b/1.2.0/configuring-polaris-for-production.md index 928d8115f1..5d77ffdba4 100644 --- a/1.2.0/configuring-polaris-for-production.md +++ b/1.2.0/configuring-polaris-for-production.md @@ -21,6 +21,8 @@ title: Configuring Polaris for Production linkTitle: Production Configuration type: docs weight: 600 +robots: noindex +exclude_search: true --- The default server configuration is intended for development and testing. When you deploy Polaris in production, diff --git a/1.2.0/entities.md b/1.2.0/entities.md index df53a0787f..1ab77ff896 100644 --- a/1.2.0/entities.md +++ b/1.2.0/entities.md @@ -20,6 +20,8 @@ Title: Entities type: docs weight: 400 +robots: noindex +exclude_search: true --- This page documents various entities that can be managed in Apache Polaris (Incubating). diff --git a/1.2.0/evolution.md b/1.2.0/evolution.md index b3a57c7525..a7497a829c 100644 --- a/1.2.0/evolution.md +++ b/1.2.0/evolution.md @@ -20,6 +20,8 @@ title: Polaris Evolution type: docs weight: 1000 +robots: noindex +exclude_search: true --- This page discusses what can be expected from Apache Polaris as the project evolves. diff --git a/1.2.0/federation/_index.md b/1.2.0/federation/_index.md index e4fbe261a0..52a2e11c07 100644 --- a/1.2.0/federation/_index.md +++ b/1.2.0/federation/_index.md @@ -20,6 +20,8 @@ title: Federation type: docs weight: 703 +robots: noindex +exclude_search: true --- Guides for federating Polaris with existing metadata services. Expand this section to select a diff --git a/1.2.0/federation/hive-metastore-federation.md b/1.2.0/federation/hive-metastore-federation.md index 0d39a5e4a0..7b29ea68fd 100644 --- a/1.2.0/federation/hive-metastore-federation.md +++ b/1.2.0/federation/hive-metastore-federation.md @@ -20,6 +20,8 @@ title: Hive Metastore Federation type: docs weight: 705 +robots: noindex +exclude_search: true --- Polaris can federate catalog operations to an existing Hive Metastore (HMS). This lets an external diff --git a/1.2.0/federation/iceberg-rest-federation.md b/1.2.0/federation/iceberg-rest-federation.md index 8318f45095..ebd2eed0dd 100644 --- a/1.2.0/federation/iceberg-rest-federation.md +++ b/1.2.0/federation/iceberg-rest-federation.md @@ -20,6 +20,8 @@ title: Iceberg REST Federation type: docs weight: 704 +robots: noindex +exclude_search: true --- Polaris can federate an external Iceberg REST catalog (e.g., another Polaris deployment, AWS Glue, or a custom Iceberg diff --git a/1.2.0/generic-table.md b/1.2.0/generic-table.md index 63ef38a1da..e862aad30b 100644 --- a/1.2.0/generic-table.md +++ b/1.2.0/generic-table.md @@ -20,6 +20,8 @@ title: Generic Table (Beta) type: docs weight: 435 +robots: noindex +exclude_search: true --- The Generic Table in Apache Polaris is designed to provide support for non-Iceberg tables across different table formats includes delta, csv etc. It currently provides the following capabilities: diff --git a/1.2.0/getting-started/_index.md b/1.2.0/getting-started/_index.md index 1707ceacd2..b1ad425b4d 100644 --- a/1.2.0/getting-started/_index.md +++ b/1.2.0/getting-started/_index.md @@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris linkTitle: Getting Started type: docs weight: 101 +robots: noindex +exclude_search: true --- The fastest way to get started is with our Docker Compose examples. Each example provides a complete working environment with detailed instructions. diff --git a/1.2.0/getting-started/creating-a-catalog/_index.md b/1.2.0/getting-started/creating-a-catalog/_index.md index eeaf431733..6a1622a713 100644 --- a/1.2.0/getting-started/creating-a-catalog/_index.md +++ b/1.2.0/getting-started/creating-a-catalog/_index.md @@ -21,6 +21,8 @@ title: Creating a Catalog linkTitle: Creating a Catalog type: docs weight: 300 +robots: noindex +exclude_search: true --- The following Object Storage providers can be configured as storage backends for your Polaris catalog: diff --git a/1.2.0/getting-started/creating-a-catalog/catalog-azure.md b/1.2.0/getting-started/creating-a-catalog/catalog-azure.md index 8666f28876..b3be2321b7 100644 --- a/1.2.0/getting-started/creating-a-catalog/catalog-azure.md +++ b/1.2.0/getting-started/creating-a-catalog/catalog-azure.md @@ -21,6 +21,8 @@ title: Creating a catalog on Azure linkTitle: Azure type: docs weight: 300 +robots: noindex +exclude_search: true --- For the `polaris catalogs create` [command]({{% ref "../../command-line-interface#create" %}}) there are few `azure` only options @@ -52,4 +54,4 @@ CONSENT_URL=https://myapp.com/consent --consent-url ${CONSENT_URL} \ --default-base-location ${DEFAULT_BASE_LOCATION} \ my_azure_catalog -``` \ No newline at end of file +``` diff --git a/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md b/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md index db6214e38c..0adebaec2c 100644 --- a/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md +++ b/1.2.0/getting-started/creating-a-catalog/catalog-gcs.md @@ -21,6 +21,8 @@ title: Creating a catalog on Google Cloud Storage (GCS) linkTitle: GCS type: docs weight: 200 +robots: noindex +exclude_search: true --- For the `polaris catalogs create` [command]({{% ref "../../command-line-interface#create" %}}) there are few `gcs` only options @@ -46,4 +48,4 @@ SERVICE_ACCOUNT=serviceAccount:my-service-account@my-project.iam.gserviceaccount --service-account ${SERVICE_ACCOUNT} \ --default-base-location ${DEFAULT_BASE_LOCATION} \ my_gcs_catalog -``` \ No newline at end of file +``` diff --git a/1.2.0/getting-started/creating-a-catalog/s3/_index.md b/1.2.0/getting-started/creating-a-catalog/s3/_index.md index 538bca17a9..af16472549 100644 --- a/1.2.0/getting-started/creating-a-catalog/s3/_index.md +++ b/1.2.0/getting-started/creating-a-catalog/s3/_index.md @@ -21,6 +21,8 @@ title: Creating a catalog on S3 compatible cloud providers linkTitle: S3 type: docs weight: 100 +robots: noindex +exclude_search: true --- The following S3 compatible cloud providers can be configured as storage backends for your Polaris catalog: diff --git a/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md b/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md index b86ac874f8..80e6cb7810 100644 --- a/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md +++ b/1.2.0/getting-started/creating-a-catalog/s3/catalog-aws.md @@ -21,6 +21,8 @@ title: Creating a catalog on AWS S3 linkTitle: AWS type: docs weight: 100 +robots: noindex +exclude_search: true --- When creating a catalog based on AWS S3 storage only the `role-arn` is a required parameter. However, usually @@ -49,4 +51,4 @@ EXTERNAL_ID=12345678901234567890 --region ${REGION} \ --external-id ${EXTERNAL_ID} \ quickstart_catalog -``` \ No newline at end of file +``` diff --git a/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md b/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md index cdeeb12775..0923c6326a 100644 --- a/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md +++ b/1.2.0/getting-started/creating-a-catalog/s3/catalog-minio.md @@ -21,6 +21,8 @@ title: Creating a catalog on MinIO linkTitle: MinIO type: docs weight: 200 +robots: noindex +exclude_search: true --- When creating a catalog based on MinIO storage it is important to configure the `endpoint` property to point diff --git a/1.2.0/getting-started/deploying-polaris/_index.md b/1.2.0/getting-started/deploying-polaris/_index.md index e975f69274..e0f3382848 100644 --- a/1.2.0/getting-started/deploying-polaris/_index.md +++ b/1.2.0/getting-started/deploying-polaris/_index.md @@ -21,6 +21,8 @@ title: Deploying Polaris linkTitle: Deploying Polaris type: docs weight: 200 +robots: noindex +exclude_search: true --- Here you can find the guides of how to deploy Polaris locally, as well as with all supported Cloud Providers: Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP). diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md b/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md index 56626bc2c3..876766078d 100644 --- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md +++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/_index.md @@ -21,6 +21,8 @@ title: Deploying Polaris on Cloud Providers linkTitle: Cloud Providers type: docs weight: 300 +robots: noindex +exclude_search: true --- Polaris can be deployed on various cloud providers, including Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP). diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md index 485365d59b..10d2db871c 100644 --- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md +++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md @@ -21,6 +21,8 @@ title: Deploying Polaris on Amazon Web Services (AWS) linkTitle: AWS type: docs weight: 310 +robots: noindex +exclude_search: true --- Build and launch Polaris using the AWS Startup Script at the location provided in the command below. This script will start an [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) instance, which will be used as the backend Postgres instance holding all Polaris data. diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md index ce265391fd..091bd2112b 100644 --- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md +++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md @@ -21,6 +21,8 @@ title: Deploying Polaris on Azure linkTitle: Azure type: docs weight: 320 +robots: noindex +exclude_search: true --- Build and launch Polaris using the Azure Startup Script at the location provided in the command below. This script will start an [Azure Database for PostgreSQL - Flexible Server](https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/overview) instance, which will be used as the backend Postgres instance holding all Polaris data. diff --git a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md index dfb47bc78d..a833af57df 100644 --- a/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md +++ b/1.2.0/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md @@ -21,6 +21,8 @@ title: Deploying Polaris on Google Cloud Platform (GCP) linkTitle: GCP type: docs weight: 330 +robots: noindex +exclude_search: true --- Build and launch Polaris using the GCP Startup Script at the location provided in the command below. This script will start a [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instance, which will be used as the backend Postgres instance holding all Polaris data. diff --git a/1.2.0/getting-started/deploying-polaris/local-deploy.md b/1.2.0/getting-started/deploying-polaris/local-deploy.md index c2b7b41743..2a24b612f2 100644 --- a/1.2.0/getting-started/deploying-polaris/local-deploy.md +++ b/1.2.0/getting-started/deploying-polaris/local-deploy.md @@ -21,6 +21,8 @@ title: Deploying Polaris locally linkTitle: Local deployment type: docs weight: 200 +robots: noindex +exclude_search: true --- Polaris can be deployed via a docker image or as a standalone process. Before starting, be sure that you've satisfied the relevant prerequisites detailed in the previous page. diff --git a/1.2.0/getting-started/install-dependencies.md b/1.2.0/getting-started/install-dependencies.md index 66640104d4..a54112453e 100644 --- a/1.2.0/getting-started/install-dependencies.md +++ b/1.2.0/getting-started/install-dependencies.md @@ -20,6 +20,8 @@ Title: Installing Dependencies type: docs weight: 100 +robots: noindex +exclude_search: true --- This guide serves as an introduction to several key entities that can be managed with Apache Polaris (Incubating), describes how to build and deploy Polaris locally, and finally includes examples of how to use Polaris with Apache Spark™. diff --git a/1.2.0/getting-started/using-polaris/_index.md b/1.2.0/getting-started/using-polaris/_index.md index 752a846f5c..108e11c43e 100644 --- a/1.2.0/getting-started/using-polaris/_index.md +++ b/1.2.0/getting-started/using-polaris/_index.md @@ -20,6 +20,8 @@ Title: Using Polaris type: docs weight: 401 +robots: noindex +exclude_search: true --- ## Setup diff --git a/1.2.0/getting-started/using-polaris/keycloak-idp.md b/1.2.0/getting-started/using-polaris/keycloak-idp.md index a0d27b7386..85041d32d6 100644 --- a/1.2.0/getting-started/using-polaris/keycloak-idp.md +++ b/1.2.0/getting-started/using-polaris/keycloak-idp.md @@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris, External Authentication and Keycloak linkTitle: Using Keycloak IDP type: docs weight: 400 +robots: noindex +exclude_search: true --- ## Overview @@ -209,4 +211,4 @@ curl -v http://localhost:8181/api/management/v1/catalogs \ -H 'Accept: application/json' ``` -This will return a `401 Unauthorized` error because the token is not valid for the `realm-internal` realm. \ No newline at end of file +This will return a `401 Unauthorized` error because the token is not valid for the `realm-internal` realm. diff --git a/1.2.0/getting-started/using-polaris/telemetry-tools.md b/1.2.0/getting-started/using-polaris/telemetry-tools.md index b6a9e8f8eb..0f3c57d116 100644 --- a/1.2.0/getting-started/using-polaris/telemetry-tools.md +++ b/1.2.0/getting-started/using-polaris/telemetry-tools.md @@ -21,6 +21,8 @@ title: Getting Started with Apache Polaris, Prometheus and Jaeger linkTitle: Using Polaris with telemetry tools type: docs weight: 401 +robots: noindex +exclude_search: true --- This example requires `jq` to be installed on your machine. diff --git a/1.2.0/helm.md b/1.2.0/helm.md index ef82e8e675..09765be5cc 100644 --- a/1.2.0/helm.md +++ b/1.2.0/helm.md @@ -20,6 +20,8 @@ Title: Polaris Helm Chart type: docs weight: 675 +robots: noindex +exclude_search: true ---