jerqi commented on code in PR #104: URL: https://github.com/apache/gravitino-playground/pull/104#discussion_r1848218597
########## 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: I can try to remove `hadoop.http.staticuser.user`. This is added by you ever. -- 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]
