jerqi commented on code in PR #5849: URL: https://github.com/apache/gravitino/pull/5849#discussion_r1886295139
########## dev/docker/hive/start.sh: ########## @@ -39,6 +39,12 @@ cp -f ${HADOOP_TMP_CONF_DIR}/* ${HADOOP_CONF_DIR} cp -f ${HIVE_TMP_CONF_DIR}/* ${HIVE_CONF_DIR} sed -i "s/__REPLACE__HOST_NAME/$(hostname)/g" ${HADOOP_CONF_DIR}/core-site.xml sed -i "s/__REPLACE__HOST_NAME/$(hostname)/g" ${HADOOP_CONF_DIR}/hdfs-site.xml + +if [[ -n "${ENABLE_JDBC_AUTHORIZATION}" ]]; then Review Comment: I added a check for it. You can see. -- 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