Skip to content

Added docker compose setup for polaris, clickhouse and minio server - #199

Open
subkanthi wants to merge 1 commit into
masterfrom
polaris_server
Open

Added docker compose setup for polaris, clickhouse and minio server#199
subkanthi wants to merge 1 commit into
masterfrom
polaris_server

Conversation

@subkanthi

Copy link
Copy Markdown
Collaborator

Added docker compose setup for polaris, clickhouse and minio server

@subkanthi subkanthi closed this Aug 3, 2026
@subkanthi subkanthi reopened this Aug 3, 2026
@subkanthi
subkanthi requested a review from xieandrew August 4, 2026 21:40
echo "Creating catalog $$CATALOG_NAME...";
code=$$(curl -s -o /tmp/cat.out -w "%{http_code}" -X POST "$$MGMT/catalogs" \
-H "$$AUTH" -H "Content-Type: application/json" \
-d "{\"catalog\":{\"name\":\"$$CATALOG_NAME\",\"type\":\"INTERNAL\",\"properties\":{\"default-base-location\":\"s3://bucket1\"},\"storageConfigInfo\":{\"storageType\":\"S3\",\"allowedLocations\":[\"s3://bucket1/*\"],\"region\":\"minio\",\"endpoint\":\"http://minio:8999\",\"pathStyleAccess\":true,\"stsUnavailable\":true}}}")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bucket name in allowedLocations should not have the trailing /* otherwise I get this error: Handling runtimeException default-base-location 's3://bucket1' is not within any of the allowed locations [s3://bucket1/*]. Using \"allowedLocations\":[\"s3://bucket1\"] works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants