This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 77f358a AMBARI-23307. Rename AMBARI_INFRA to AMBARI_INFRA_SOLR in
upgrade helper script. (#735)
77f358a is described below
commit 77f358a76ee3b2fdfcc5a24ec5fde3a9d49b35a9
Author: Olivér Szabó <[email protected]>
AuthorDate: Wed Mar 21 15:26:16 2018 +0100
AMBARI-23307. Rename AMBARI_INFRA to AMBARI_INFRA_SOLR in upgrade helper
script. (#735)
---
.../ambari-infra-solr-client/src/main/python/migrationHelper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
b/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
index 9bd9b96..1964f10 100755
--- a/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
+++ b/ambari-infra/ambari-infra-solr-client/src/main/python/migrationHelper.py
@@ -27,7 +27,7 @@ import optparse
HTTP_PROTOCOL = 'http'
HTTPS_PROTOCOL = 'https'
-SOLR_SERVICE_NAME = 'AMBARI_INFRA'
+SOLR_SERVICE_NAME = 'AMBARI_INFRA_SOLR'
SOLR_COMPONENT_NAME ='INFRA_SOLR'
--
To stop receiving notification emails like this one, please contact
[email protected].