You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/09/02 19:01:23 UTC

[jira] [Created] (AMBARI-7115) Stack Service Pluggability: Adding service to a stack requires editing hooks folder

Andrew Onischuk created AMBARI-7115:
---------------------------------------

             Summary: Stack Service Pluggability: Adding service to a stack requires editing hooks folder
                 Key: AMBARI-7115
                 URL: https://issues.apache.org/jira/browse/AMBARI-7115
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


Following files has service specific references.

  1. hooks->BEFORE-INSTALL->shared_initialization.py
  2. hooks->BEFORE-START->shared_initialization.py

hooks->BEFORE-INSTALL->shared_initialization.py file is required to change
while adding a new service package because user creation logic for a service
resides in the hooks folder.

Any tasks that needs to be done before installing or starting a service should
be implemented in a service package.

**On accomplishing this ticket, It will be possible to plug a new service definition into a deployed cluster without changing any existing python code.**





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)