Browse Source

AMBARI-23307. Rename AMBARI_INFRA to AMBARI_INFRA_SOLR in upgrade helper script. (#735)

Olivér Szabó 7 years ago
parent
commit
77f358a76e

+ 1 - 1
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'