monali45 commented on issue #1916:
URL: https://github.com/apache/polaris/issues/1916#issuecomment-3057685006

   Done below steps:
   
   - modified application.properties :
   
   polaris.realm-context.realms=polaris
   polaris.persistence.type=relational-jdbc
   
   - polaris server
   
   - ran admin jar for bootstraping with below command:
   
   ```
   java \
    
-Dquarkus.datasource.jdbc.url=jdbc:postgresql://host.docker.internal:5432/polaris
 \
    -Dquarkus.datasource.username=postgres \
    -Dquarkus.datasource.password=<mypass> \
    -Dpolaris.persistence.type=relational-jdbc \
    -Dpolaris.readiness.ignore-severe-issues=true \
    '-Dpolaris.features."ALLOW_INSECURE_STORAGE_TYPES"=true' \
   -jar quarkus-run.jar bootstrap  -r  iceberg  -c  
iceberg,<my-client>,<my-secret>  --print-credentials
   ```
   
   - create a catalog using below command:
   
   ./polaris --host localhost --port 8181 --client-id <my-client> 
--client-secret <my-pass> catalogs create --storage-type GCS 
--default-base-location gs://iceberg-polaris-test/  --allowed-location 
gs://iceberg-polaris-test/ --service-account /etc/gcp/gcp-sa.json 
quickstart_catalog
   
   all the above commands ran successfully, but in postgres database - 
"polaris" there are no schemas
   is this expected?
   


-- 
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