You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/04 19:35:58 UTC

[jira] [Commented] (TRAFODION-2291) Integrate with Ambari cluster manager

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

ASF GitHub Bot commented on TRAFODION-2291:
-------------------------------------------

GitHub user svarnau opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/901

    [TRAFODION-2291] Ambari integration

    Integrates trafodion with Ambari cluster manager via an mpack (management
    pack) plug-in.
    
    As described in install/README.md file, to leverage this feature, two RPMs
    are built. One to install the mpack and one used by Amari to install trafodion
    itself. The mpack plug-in is built with a URL that points to where the
    trafodion RPM is hosted (a yum repo). It can be specified on the make command
    line as REPO_URL=...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/svarnau/incubator-trafodion ambari_mpack_2291

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/901.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #901
    
----
commit d8a150c07611322503f1b4f678eca1d26feaba33
Author: Steve Varnau <sv...@apache.org>
Date:   2017-01-04T19:15:00Z

    [TRAFODION-2291] Ambari integration
    
    Integrates trafodion with Ambari cluster manager via an mpack (management
    pack) plug-in.
    
    As described in install/README.md file, to leverage this feature, two RPMs
    are built. One to install the mpack and one used by Amari to install trafodion
    itself. The mpack plug-in is built with a URL that points to where the
    trafodion RPM is hosted (a yum repo). It can be specified on the make command
    line as REPO_URL=...

----


> Integrate with Ambari cluster manager
> -------------------------------------
>
>                 Key: TRAFODION-2291
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2291
>             Project: Apache Trafodion
>          Issue Type: New Feature
>          Components: Build Infrastructure, installer
>            Reporter: Steve Varnau
>            Assignee: Steve Varnau
>
> Trafodion should be installable via Ambari. We can create an extension or management pack that would plug into ambari.
> The trafodion management commands (sqstart, sqstop, sq...) currently work across cluster via required ssh access. Eventually, we should get away from that, but in the mean time we can define a component/role on a single node to run these commands.
> Current installer also does not fit into the required architecture to run installation node-by-node. That needs to be re-factored, so that command-line install can share code with cluster-manager (e.g., ambari) install.



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