You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Steve Varnau (JIRA)" <ji...@apache.org> on 2016/12/22 22:43:58 UTC

[jira] [Comment Edited] (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=15771084#comment-15771084 ] 

Steve Varnau edited comment on TRAFODION-2291 at 12/22/16 10:43 PM:
--------------------------------------------------------------------

Upgrading cluster from HDP2.2/Trafodion1.3 to HDP2.3/Trafodion2.1 took a couple steps, since Ambari knows nothing about the Trafodion1.3.

1. Installed HDP2.3 stack
2. stopped Trafodion (sqstop)
3. Upgrade HDP - HBase failed to start because of hbase.coprocessor.region.classes
3a. Cleared that value, able to complete upgrade.
4. Add Service Trafodion (2.1)
4a. Get warning that hbase.coprocessor.region.classes does not have recommended value, so set it to recommended Trafodion value.

This worked, except that Trafodion upgrade required moving from JDK1.7 to 1.8, which was not flagged, and it needed not only to be changed in ambari setup, but also restart HBase to use it, then finally trafodion would start.


was (Author: steve.varnau):
Upgrading cluster from HDP2.2/Trafodion1.3 to HDP2.3/Trafodion2.1 took a couple steps, since Ambari knows nothing about the Trafodion1.3.

1. Installed HDP2.3 stack
2. stopped Trafodion (sqstop)
3. Upgrade HDP - HBase failed to start because of hbase.coprocessor.region.classes
3a. Cleared that value, able to complete upgrade.
4. Add Service Trafodion (2.1)
4a. Get warning that hbase.coprocessor.region.classes does not have recommended value, so set it to recommended Trafodion value.


> 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)