You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/04/06 17:05:51 UTC

[ambari] branch trunk updated: AMBARI-23495. Fix Ambari Infra Solr service advisor class name. (#918)

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 bbb1cdf  AMBARI-23495. Fix Ambari Infra Solr service advisor class name. (#918)
bbb1cdf is described below

commit bbb1cdf2b493e2297381116f4147622a0cbb0d61
Author: Olivér Szabó <ol...@gmail.com>
AuthorDate: Fri Apr 6 19:05:49 2018 +0200

    AMBARI-23495. Fix Ambari Infra Solr service advisor class name. (#918)
---
 .../common-services/AMBARI_INFRA_SOLR/0.1.0/service_advisor.py        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/service_advisor.py b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/service_advisor.py
index 139d0fb..de0b213 100644
--- a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/service_advisor.py
+++ b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/service_advisor.py
@@ -33,10 +33,10 @@ except Exception as e:
   traceback.print_exc()
   print "Failed to load parent"
 
-class Ambari_InfraServiceAdvisor(service_advisor.ServiceAdvisor):
+class Ambari_Infra_SolrServiceAdvisor(service_advisor.ServiceAdvisor):
 
   def __init__(self, *args, **kwargs):
-    self.as_super = super(Ambari_InfraServiceAdvisor, self)
+    self.as_super = super(Ambari_Infra_SolrServiceAdvisor, self)
     self.as_super.__init__(*args, **kwargs)
 
     # Always call these methods

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.