unknowntpo commented on code in PR #110: URL: https://github.com/apache/gravitino-playground/pull/110#discussion_r1879147916
########## init/hive/init.sh: ########## @@ -21,7 +21,6 @@ sed -i '$d' /usr/local/sbin/start.sh sed -i '$d' /usr/local/sbin/start.sh cp /tmp/hive/core-site.xml /tmp/hadoop-conf -sed -i "s|hdfs://localhost:9000|hdfs://${HIVE_HOST_IP}:9000|g" /usr/local/hive/conf/hive-site.xml /bin/bash /usr/local/sbin/start.sh Review Comment: I changed it to ``` sed -i -E 's/tail -f \/dev\/null/\s/g' /usr/local/sbin/start.sh ``` , since last line might be a blank string. -- 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