You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ve...@apache.org on 2015/03/26 15:26:03 UTC

incubator-ranger git commit: Fix for enabling storm plugin after solr properties are added

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 81f9b1949 -> 5aa812fa9


Fix for enabling storm plugin after solr properties are added


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

Branch: refs/heads/master
Commit: 5aa812fa9f786e16eb54dc46d427ea20d1a777ed
Parents: 81f9b19
Author: Velmurugan Periasamy <ve...@apache.org>
Authored: Thu Mar 26 10:25:28 2015 -0400
Committer: Velmurugan Periasamy <ve...@apache.org>
Committed: Thu Mar 26 10:25:28 2015 -0400

----------------------------------------------------------------------
 storm-agent/conf/ranger-storm-audit-changes.cfg | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/5aa812fa/storm-agent/conf/ranger-storm-audit-changes.cfg
----------------------------------------------------------------------
diff --git a/storm-agent/conf/ranger-storm-audit-changes.cfg b/storm-agent/conf/ranger-storm-audit-changes.cfg
index b7d2ed0..e0dbea2 100644
--- a/storm-agent/conf/ranger-storm-audit-changes.cfg
+++ b/storm-agent/conf/ranger-storm-audit-changes.cfg
@@ -40,7 +40,6 @@ xasecure.audit.hdfs.config.local.archive.max.file.count            %XAAUDIT.HDFS
 #xasecure.audit.kafka.topic_name                                    %XAAUDIT.KAFKA.TOPIC_NAME%                             mod create-if-not-exists
 
 xasecure.audit.solr.is.enabled                                    %XAAUDIT.SOLR.IS_ENABLED%                               mod create-if-not-exists
-xasecure.audit.solr.is.async                                      %XAAUDIT.SOLR.IS_ASYNC%                                 mod create-if-not-exists
 xasecure.audit.solr.async.max.queue.size                          %XAAUDIT.SOLR.MAX_QUEUE_SIZE%                           mod create-if-not-exists
 xasecure.audit.solr.async.max.flush.interval.ms                   %XAAUDIT.SOLR.MAX_FLUSH_INTERVAL_MS%                    mod create-if-not-exists
 xasecure.audit.solr.solr_url                                      %XAAUDIT.SOLR.SOLR_URL%                                 mod create-if-not-exists