adnanhemani commented on code in PR #1610:
URL: https://github.com/apache/polaris/pull/1610#discussion_r2096972264


##########
getting-started/eclipselink/docker-compose.yml:
##########
@@ -82,7 +82,7 @@ services:
       --conf, "spark.sql.catalog.quickstart_catalog.type=rest",
       --conf, 
"spark.sql.catalog.quickstart_catalog.warehouse=quickstart_catalog",
       --conf, 
"spark.sql.catalog.quickstart_catalog.uri=http://polaris:8181/api/catalog";,
-      --conf, 
"spark.sql.catalog.quickstart_catalog.credential=${USER_CLIENT_ID}:${USER_CLIENT_SECRET}",
+      --conf, 
"spark.sql.catalog.quickstart_catalog.credential=${CLIENT_ID}:${CLIENT_SECRET}",

Review Comment:
   Take a look at this: 
https://polaris.apache.org/in-dev/unreleased/getting-started/using-polaris/#connecting-with-spark
   
   We do ask users to refresh their Docker containers once they export the 
required variables.
   
   You've correctly pointed out the chicken-and-the-egg problem we have here, 
but unfortunately this is how we have solved it so far - asking the user for 
one line ran is not completely unreasonable and we have no better known 
solution without breaking the Docker Compose file down even further :( 



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to