adnanhemani commented on code in PR #1471:
URL: https://github.com/apache/polaris/pull/1471#discussion_r2067052225
##########
site/content/in-dev/unreleased/getting-started/using-polaris.md:
##########
@@ -174,7 +174,7 @@ Replace the credentials used in the Docker container using
the following code:
```shell
USER_CLIENT_ID="XXXX"
USER_CLIENT_SECRET="YYYY"
-sed -i
"s/^\(.*spark\.sql\.catalog\.polaris\.credential=\).*/\1${USER_CLIENT_ID}:${USER_CLIENT_SECRET}\",/"
getting-started/eclipselink/docker-compose.yml
+sed -i
"s/^\(.*spark\.sql\.catalog\.quickstart_catalog\.credential=\).*/\1${USER_CLIENT_ID}:${USER_CLIENT_SECRET}\",/"
getting-started/eclipselink/docker-compose.yml
Review Comment:
If you can make it work, then yes please!
--
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]