jerryshao commented on code in PR #9437:
URL: https://github.com/apache/gravitino/pull/9437#discussion_r2605676242


##########
docs/iceberg-rest-service.md:
##########
@@ -194,17 +194,17 @@ You can access different catalogs by setting the 
`warehouse` to the specific cat
 --conf spark.sql.catalog.default_rest_catalog.type=rest  \
 --conf 
spark.sql.catalog.default_rest_catalog.uri=http://127.0.0.1:9001/iceberg/ \
 ...
---conf spark.sql.catalog.hive_backend_catalog.type=rest  \
---conf 
spark.sql.catalog.hive_backend_catalog.uri=http://127.0.0.1:9001/iceberg/ \
---conf spark.sql.catalog.hive_backend_catalog.warehouse=hive_backend \
+--conf spark.sql.catalog.hive_backend_rest_catalog.type=rest  \
+--conf 
spark.sql.catalog.hive_backend_rest_catalog.uri=http://127.0.0.1:9001/iceberg/ \
+--conf spark.sql.catalog.hive_backend_rest_catalog.warehouse=hive_backend \
 ...
---conf spark.sql.catalog.jdbc_backend_catalog.type=rest  \
---conf 
spark.sql.catalog.jdbc_backend_catalog.uri=http://127.0.0.1:9001/iceberg/ \
---conf spark.sql.catalog.jdbc_backend_catalog.warehouse=jdbc_backend \
+--conf spark.sql.catalog.jdbc_backend_rest_catalog.type=rest  \
+--conf 
spark.sql.catalog.jdbc_backend_rest_catalog.uri=http://127.0.0.1:9001/iceberg/ \
+--conf spark.sql.catalog.jdbc_backend_rest_catalog.warehouse=jdbc_backend \

Review Comment:
   Thanks @joeyutong for the fix, but AFIAK, this catalog name is just a 
placeholder that can be any name. Anyway, this is more clear, thanks for the 
fix.



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