You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/09/29 15:27:00 UTC

[jira] [Commented] (AMBARI-22095) Make hooks stack agnostic

    [ https://issues.apache.org/jira/browse/AMBARI-22095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185981#comment-16185981 ] 

Hadoop QA commented on AMBARI-22095:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12889704/AMBARI-22095.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12388//console

This message is automatically generated.

> Make hooks stack agnostic
> -------------------------
>
>                 Key: AMBARI-22095
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22095
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 3.0.0
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Critical
>             Fix For: 3.0.0
>
>         Attachments: AMBARI-22095.patch
>
>
> - At present hooks are located inside stacks 
> - For all HDP stacks, we use https://github.com/apache/ambari/tree/trunk/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks
> - Similarly for all HDF stacks, we use https://github.com/hortonworks/hdf_ambari_mp/tree/master/hdf-ambari-mpack/src/main/resources/stacks/HDF/2.0/hooks
> - Any time the HDP hooks are updated, the changes have to be ported to HDF branch. This is a maintenance overhead
> - In Ambari 3.0 when we move to mpack based operations model, this will be a maint nightmare. 
> *Requirements*
> # We should look into making hooks stack agnostic. 
> # Hooks should be moved from resources/stacks/HDP/2.0.6/hooks to resources/stack-hooks
> # Hooks should be entirely config driven
> # There should be no HDP or HDF specific logic in the hooks (hdp-select, conf-select, hdf-select, hdfconf-select) 
> # There should be no service specific logic in the hooks (for example: hardcoded service user to service group mapping etc. this should be stack driven see: AMBARI-20034).
> # Any service specific logic that doesn't make sense should be removed and refactored into respective service definitions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)