FANNG1 commented on code in PR #56:
URL: 
https://github.com/apache/gravitino-playground/pull/56#discussion_r1895653118


##########
init/spark/spark-defaults.conf:
##########
@@ -18,14 +18,14 @@
 #
 
 spark.plugins org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin
-spark.sql.gravitino.uri http://gravitino:8090
+spark.sql.gravitino.uri http://__GRAVITINO_HOST_IP__:8090
 spark.sql.gravitino.metalake metalake_demo
 spark.sql.gravitino.enableIcebergSupport true 
 spark.sql.extensions 
org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions
 spark.sql.catalog.catalog_rest org.apache.iceberg.spark.SparkCatalog
 spark.sql.catalog.catalog_rest.type rest
-spark.sql.catalog.catalog_rest.uri http://gravitino:9001/iceberg/
+spark.sql.catalog.catalog_rest.uri http://__GRAVITINO_HOST_IP__:9001/iceberg/
 spark.locality.wait.node 0
-spark.sql.warehouse.dir hdfs://hive:9000/user/hive/warehouse
-spark.sql.catalog.catalog_hive.spark.sql.hive.metastore.jars path

Review Comment:
   @unknowntpo,  any reason to change these two lines?
   ```
   spark.sql.warehouse.dir hdfs://hive:9000/user/hive/warehouse
   spark.sql.catalog.catalog_hive.spark.sql.hive.metastore.jars path
   ```



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