majinghe commented on code in PR #14928:
URL: https://github.com/apache/iceberg/pull/14928#discussion_r2652024869


##########
site/docs/spark-quickstart.md:
##########
@@ -46,13 +46,14 @@ services:
       iceberg_net:
     depends_on:
       - rest
-      - minio
+      - rustfs
     volumes:
       - ./warehouse:/home/iceberg/warehouse
       - ./notebooks:/home/iceberg/notebooks/notebooks
+      - ./spark-defaults.conf:/opt/spark/conf/spark-defaults.conf
     environment:
-      - AWS_ACCESS_KEY_ID=admin
-      - AWS_SECRET_ACCESS_KEY=password
+      - AWS_ACCESS_KEY_ID=rustfsadmin
+      - AWS_SECRET_ACCESS_KEY=rustfsadmin

Review Comment:
   Sure, this is the default username and password for rustfs given by user, 
admin/password also works fine. Already changed those value.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to