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 04b2b60  AMBARI-23218. ADDENDUM2 - Remove delete custom command from 
Ambari Infra Solr stack
04b2b60 is described below

commit 04b2b60cc34fb2214a254e932176feaeea47b102
Author: Oliver Szabo <oleew...@gmail.com>
AuthorDate: Tue Mar 13 20:29:33 2018 +0100

    AMBARI-23218. ADDENDUM2 - Remove delete custom command from Ambari Infra 
Solr stack
---
 .../AMBARI_INFRA_SOLR/0.1.0/package/scripts/infra_solr.py              | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/scripts/infra_solr.py
 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/scripts/infra_solr.py
index fa5cbfa..797fd32 100644
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/scripts/infra_solr.py
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/0.1.0/package/scripts/infra_solr.py
@@ -132,8 +132,5 @@ class InfraSolr(Script):
   def migrate(self, env):
     migrate_index(env)
 
-  def delete(self, env):
-    delete_collection(env)
-
 if __name__ == "__main__":
   InfraSolr().execute()
\ No newline at end of file

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

Reply via email to