Madhan Neethiraj created RANGER-5494:
----------------------------------------
Summary: Docker setup: ranger-hive container missing log4j
configuration files
Key: RANGER-5494
URL: https://issues.apache.org/jira/browse/RANGER-5494
Project: Ranger
Issue Type: Bug
Components: docker
Affects Versions: 2.8.0
Reporter: Madhan Neethiraj
Assignee: Madhan Neethiraj
ranger-hive docker container has following directories, instead of files::
* /opt/hive/conf/hive-log4j2.properties
* /opt/hive/conf/hive-metastore-log4j2.properties
This is due to following volume mount specified in
docker-compose.ranger-hive.yaml, but the files are missing under ./scripts/hive
directory:
{code:java}
./scripts/hive/hive-log4j2.properties:/opt/hive/conf/hive-log4j2.properties
./scripts/hive/hive-metastore-log4j2.properties:/opt/hive/conf/hive-metastore-log4j2.properties
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)