Repository: ambari Updated Branches: refs/heads/branch-2.5 05e7043cb -> 444115a8f
AMBARI-21487. ADDENDUM - Add SOLR to BigInsights 4.2.5 stack (oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/444115a8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/444115a8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/444115a8 Branch: refs/heads/branch-2.5 Commit: 444115a8fbab5211671a2976d880a6cf0fa469af Parents: 05e7043 Author: oleewere <[email protected]> Authored: Wed Jul 19 20:15:25 2017 +0200 Committer: oleewere <[email protected]> Committed: Wed Jul 19 20:15:53 2017 +0200 ---------------------------------------------------------------------- .../BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/444115a8/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml index 4d47cf1..45b7e6a 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/services/SOLR/configuration/solr-env.xml @@ -82,6 +82,7 @@ <name>solr_hdfs_home_dir</name> <value>/apps/solr/data</value> <description>A root location in HDFS for Solr to write collection data to. Rather than specifying an HDFS location for the data directory or update log directory, use this to specify one root location and have everything automatically created within this HDFS</description> + <on-ambari-upgrade add="false"/> </property> <property> <name>solr_ssl_enabled</name>
