You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2021/09/25 19:18:01 UTC

[ranger] branch ranger-2.2 updated: RANGER-3446: docker config fix for Ranger admin startup failure

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new 663b5ed  RANGER-3446: docker config fix for Ranger admin startup failure
663b5ed is described below

commit 663b5ed98f32939a9474e9c1f8c07538cb95e2e6
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Fri Sep 24 23:36:16 2021 -0700

    RANGER-3446: docker config fix for Ranger admin startup failure
    
    (cherry picked from commit 3041d1bff37ce1cd4a53073de6c1c97c03f19844)
---
 dev-support/ranger-docker/scripts/ranger-admin-install.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/ranger-docker/scripts/ranger-admin-install.properties b/dev-support/ranger-docker/scripts/ranger-admin-install.properties
index dc43306..9960080 100644
--- a/dev-support/ranger-docker/scripts/ranger-admin-install.properties
+++ b/dev-support/ranger-docker/scripts/ranger-admin-install.properties
@@ -22,6 +22,7 @@ RANGER_ADMIN_LOG_DIR=/var/log/ranger
 RANGER_PID_DIR_PATH=/var/run/ranger
 DB_FLAVOR=POSTGRES
 SQL_CONNECTOR_JAR=/usr/share/java/postgresql.jar
+RANGER_ADMIN_LOG4J_CONF_FILE=/opt/ranger/admin/ews/webapp/WEB-INF/log4j.properties
 
 db_root_user=postgres
 db_root_password=rangerR0cks!