You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2017/03/20 12:13:23 UTC

[2/2] ranger git commit: RANGER-1452:The install program used SOLR_RANGER_COLLECTION attribute value in Install and Configure Solr for Ranger Audits. But there is no corresponding setting in install.properties. So the user can only used fixed value durin

RANGER-1452:The install program used SOLR_RANGER_COLLECTION attribute value in Install and Configure Solr for Ranger Audits. But there is no corresponding setting in install.properties. So the user can only used fixed value during installing.

Signed-off-by: Colm O hEigeartaigh <co...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/3632b35d
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/3632b35d
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/3632b35d

Branch: refs/heads/master
Commit: 3632b35d01451d8f6983e46fbbc78ac54d8c0ce4
Parents: 73eed77
Author: peng.jianhua <pe...@zte.com.cn>
Authored: Tue Mar 14 00:50:37 2017 -0400
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Mar 20 11:57:45 2017 +0000

----------------------------------------------------------------------
 security-admin/contrib/solr_for_audit_setup/install.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/3632b35d/security-admin/contrib/solr_for_audit_setup/install.properties
----------------------------------------------------------------------
diff --git a/security-admin/contrib/solr_for_audit_setup/install.properties b/security-admin/contrib/solr_for_audit_setup/install.properties
index f5d8cef..fc9955d 100644
--- a/security-admin/contrib/solr_for_audit_setup/install.properties
+++ b/security-admin/contrib/solr_for_audit_setup/install.properties
@@ -91,6 +91,7 @@ SOLR_REPLICATION=1
 #SOLR_LOG_FOLDER=logs
 SOLR_LOG_FOLDER=/var/log/solr/ranger_audits
 
+SOLR_RANGER_COLLECTION=ranger_audits
 
 #Memory for Solr. Both min and max memory to the java process are set to this value.
 #Note: In production, please assign enough memory. It is recommended to have at least 2GB RAM.