okumin commented on code in PR #5980:
URL: https://github.com/apache/hive/pull/5980#discussion_r2594720031


##########
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:
   Sorry for the late response. I suppose Kubernetes is almost the only 
production-grade container orchestration tool. In the Kubernetes world, a main 
container typically outputs logs to stdout/stderr, a Kubernetes administrator 
sets up log collectors such as a Fluentd daemonset, the log collector transfers 
all containers' logs to a central system such as Elasticsearch, and some chores 
such as log rotations are handled by Kublet or something configured by a k8s 
administrator.



-- 
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]

Reply via email to