You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2017/03/15 05:48:41 UTC

[jira] [Comment Edited] (AMBARI-19429) Create an ODPi stack definition

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

Jayush Luniya edited comment on AMBARI-19429 at 3/15/17 5:48 AM:
-----------------------------------------------------------------

[~rshaposhnik]
Please can you apply the patch https://issues.apache.org/jira/secure/attachment/12858833/AMBARI-19429-mpack_trunk.patch, build the ODPi mpack and try to install ODPi with the built ODPi stack

Instructions to build and deploy ODPi mpack:

*Building ODPi Management Pack*
{code}
1. cd contrib/management-packs/odpi-ambari-mpack
2. mvn clean package
3. ls -lh target/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz
{code}
The ODPi Mpack is built at target/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz

*Installing ODPi Managment Pack*
{code}
1. yum install ambari-server
2. ambari-server install-mpack --mpack=/path/to/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz --purge --verbose
3. ambari-server setup
4. ambari-server start
{code}
Installing the ODPi mpack with --purge flag will remove the HDP stack definition and slipstream in the ODPi stack definition. When you log into Ambari Web you will only see ODPi 2.0 stack as an option. 





was (Author: jluniya):
[~rshaposhnik]
Please can you apply the patch https://issues.apache.org/jira/secure/attachment/12858833/AMBARI-19429-mpack_trunk.patch, build the ODPi mpack and try to install ODPi with the built ODPi stack

Instructions to build and deploy ODPi mpack:

*Building ODPi Management Pack*
{code}
1. cd contrib/management-packs/odpi-ambari-mpack
2. mvn clean package
3. ls -lh target/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz
{code}
The ODPi Mpack is built at target/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz

*Installing ODPi Managment Pack*
{code}
yum install ambari-server
ambari-server install-mpack --mpack=/path/to/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz --purge --verbose
ambari-server setup
ambari-server start
{code}
Installing the ODPi mpack with --purge flag will remove the HDP stack definition and slipstream in the ODPi stack definition. When you log into Ambari Web you will only see ODPi 2.0 stack as an option. 




> Create an ODPi stack definition
> -------------------------------
>
>                 Key: AMBARI-19429
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19429
>             Project: Ambari
>          Issue Type: Improvement
>          Components: stacks
>    Affects Versions: 2.4.2
>            Reporter: Roman Shaposhnik
>            Assignee: Roman Shaposhnik
>             Fix For: trunk
>
>         Attachments: AMBARI-19429-mpack_trunk.patch, AMBARI-19429.patch2.gz, AMBARI-19429.patch.gz, AMBARI-19429_trunk.patch
>
>
> ODPi is a nonprofit organization committed to simplification & standardization of the big data ecosystem with common reference specifications and test suites. As part of its mission, ODPi has been developing a series of specifications for how to integrate upstream Apache projects into the coherent platform. Part of this standardization effort is maintenance of the ODPi core stack definition which today includes:
>    * Apache Zookeeper
>    * Apache Hadoop
>    * Apache Hive
> and has been maintained as a custom stack on ODPi side:
>     https://github.com/odpi/bigtop/tree/odpi-master/bigtop-packages/src/common/ambari/ODPi/1.0
> In conjunction with merge effort for Apache Bigtop BIGTOP-2666 I'd like to propose that instead of migrating the stack definition to Bigtop, we should actually migrate it to Ambari.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)