Aggarwal-Raghav commented on code in PR #6390:
URL: https://github.com/apache/hive/pull/6390#discussion_r3005041026
##########
packaging/src/docker/docker-compose.yml:
##########
@@ -74,9 +74,17 @@ services:
restart: unless-stopped
container_name: hiveserver2
environment:
+ USER: hive
HADOOP_CLASSPATH: /opt/hadoop/share/hadoop/tools/lib/*
HIVE_SERVER2_THRIFT_PORT: 10000
Review Comment:
`HIVE_SERVER2_WEB_PORT: 10002` should be defined here for keeping similarity
with LLAP profile?
It's automatically picking `localhost:10002` and working but better to
define it.
--
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]