viv-tong commented on PR #3964:
URL: https://github.com/apache/polaris/pull/3964#issuecomment-4031665469

   > Maybe I missed something, but from the current getting start guide, it 
will still point users to 
`https://raw.githubusercontent.com/apache/polaris/main/getting-started/quickstart/docker-compose.yml
 ` which is not longer a valid path due to it got moved into site dir (in this 
case, 
`https://raw.githubusercontent.com/apache/polaris/refs/heads/main/site/content/guides/quickstart/docker-compose.yml`).
 Then if we use the right path, it will work:
   > 
   > ```
   > polaris-setup-1  | Creating catalog 'quickstart_catalog' in realm 
POLARIS...
   > polaris-1        | 2026-03-10 03:14:02,344 INFO  
[org.apa.pol.ser.adm.PolarisServiceImpl] 
[96ac5847-18bf-45c3-a7b6-2b4e16b8eafb_0000000000000000002,POLARIS] [,,,] 
(executor-thread-1) Created new catalog class PolarisCatalog {
   > polaris-1        |     class Catalog {
   > polaris-1        |         type: INTERNAL
   > polaris-1        |         name: quickstart_catalog
   > polaris-1        |         properties: class CatalogProperties {
   > polaris-1        |             {default-base-location=s3://bucket123}
   > polaris-1        |             defaultBaseLocation: s3://bucket123
   > polaris-1        |         }
   > polaris-1        |         createTimestamp: 1773112442341
   > polaris-1        |         lastUpdateTimestamp: 0
   > polaris-1        |         entityVersion: 1
   > polaris-1        |         storageConfigInfo: class AwsStorageConfigInfo {
   > polaris-1        |             class StorageConfigInfo {
   > polaris-1        |                 storageType: S3
   > polaris-1        |                 allowedLocations: [s3://bucket123]
   > polaris-1        |             }
   > polaris-1        |             roleArn: null
   > polaris-1        |             externalId: null
   > polaris-1        |             userArn: null
   > polaris-1        |             currentKmsKey: null
   > polaris-1        |             allowedKmsKeys: []
   > polaris-1        |             region: null
   > polaris-1        |             endpoint: http://localhost:9000
   > polaris-1        |             stsEndpoint: null
   > polaris-1        |             stsUnavailable: null
   > polaris-1        |             endpointInternal: http://rustfs:9000
   > polaris-1        |             pathStyleAccess: true
   > polaris-1        |             kmsUnavailable: null
   > polaris-1        |         }
   > polaris-1        |     }
   > polaris-1        | }
   > polaris-1        | 2026-03-10 03:14:02,349 INFO  [io.qua.htt.access-log] 
[96ac5847-18bf-45c3-a7b6-2b4e16b8eafb_0000000000000000002,POLARIS] [,,,] 
(executor-thread-1) 172.18.0.4 - root [10/Mar/2026:03:14:02 +0000] "POST 
/api/management/v1/catalogs HTTP/1.1" 201 374
   > ```
   
   @MonkeyCanCode - Yes, we ran into this issue yesterday with the paths. 
@adnanhemani said he has to take a closer look as to whether updating 
`getting-started` to `site/content/guides` is the correct path moving forward 
or if `getting-started` is the intended path.
   
   I can update the docs over the weekend if there's a consensus of what the 
correct path forward is.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to