jerqi commented on code in PR #104:
URL: 
https://github.com/apache/gravitino-playground/pull/104#discussion_r1847696958


##########
init/hive/core-site.xml:
##########
@@ -0,0 +1,51 @@
+<configuration>
+  <property>
+    <name>fs.defaultFS</name>
+    <value>hdfs://__REPLACE__HOST_NAME:9000</value>
+  </property>
+
+  <property>
+    <name>name</name>
+    <value>Development Cluster</value>
+  </property>
+
+  <property>
+    <name>hadoop.http.staticuser.user</name>
+    <value>hadoopuser</value>
+  </property>

Review Comment:
   This should be added by @yuqi1129 , Could you give some suggestion?



-- 
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: commits-unsubscr...@gravitino.apache.org

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

Reply via email to