is it possible to Install Apache Bigtop Stack with Ambari

1.6k Views Asked by At

Can any one provide tutorial or steps to installing Apache BigTop stack using Ambari.

I have tried to learn the following info

https://cwiki.apache.org/confluence/display/BIGTOP/Bigtop+1.3.0+Release

but what are the steps to install each of hadoop componet using amabri

I don't want to install using HDP stack.

1

There are 1 best solutions below

1
steven-matison On BEST ANSWER

@Jessica if you want to install custom services into ambari you have 2 options:

  1. Use/Make a custom Ambari Service
  2. Create a Management Pack

An example of #1: Hue Ambari Service

An example of #2: Management Pack for ELK

I use open source examples like HDF Management Pack or Custom Ambari Services found on GitHub and customize them to my needs. Linked above, I have done this for Elasticsearch, HUE, NIFI and many other services.