zhangbutao commented on code in PR #5980: URL: https://github.com/apache/hive/pull/5980#discussion_r2595803531
########## standalone-metastore/packaging/src/docker/Dockerfile: ########## @@ -67,15 +67,13 @@ ENV HADOOP_HOME=/opt/hadoop \ ENV PATH=$HIVE_HOME/bin:$HADOOP_HOME/bin:$PATH COPY entrypoint.sh / -COPY conf $HIVE_HOME/conf Review Comment: IMO, whether logs are output to a local directory or to stdout/stderr does not affect log collection in Kubernetes. We have many services (such as StarRocks/Doris) running on Kubernetes, and these services output logs to local directories, which are eventually collected by components like Elasticsearch and persisted. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
