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)