You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2019/12/06 03:17:39 UTC

[GitHub] [bigtop] guyuqi commented on issue #555: BIGTOP-3264: Add a new Bigtop Mpack definition for Ambari

guyuqi commented on issue #555: BIGTOP-3264: Add a new Bigtop Mpack definition for Ambari
URL: https://github.com/apache/bigtop/pull/555#issuecomment-562415260
 
 
   Hi @evans-ye ,
   Pls forgive my late response to your question.
   
   For Ambari  provides easy-to-use Hadoop management web UI, I'm sorry that I didn't take some scripts to deploy Ambari but took manual depolyment with BGTP Mpack by accessing Ambari web UI.
    
   The Centos deployment steps are as follows:
   1. Prepare 3 Nodes: 
   ```
   Node1: ambari-server
   Node2: ambari-agent01
   Node3: amari-agent02
   
   ```
   2.  Install ambari-server.rpm on ambari server and ambari-agent.rpm on ambari agents respectively.
   
   3. Modify Ambari server hostname to `/etc/ambari-agent/conf/ambari-agent.ini` which is located on Ambari agent nodes.
   
   4. Install chrony and start chronyd service for time-sync among nodes.
   
   5. Install  bgtp-mapck on Ambari server:
   `sudo ambari-server install-mpack --mpack=/path/bgtp-ambari-mpack-1.0.0.0-SNAPSHOT-bgtp-ambari-mpack.tar.gz --purge --verbose`
   path is  `/var/lib/ambari-server/resources` that defines in `install_ambari.sh` .
   
   6. Restart Ambari server and agents
   Ambari server node: `ambari-server restart`
   Ambari agents: `ambari-agent restart`
   
   7. Access Ambari webui:
   ```
   ambari-server-ip:8080 
   admin/admin
   ```
   
   8. Deploy Hadoop by Ambari facility.
   
   This mpack may be regarded  as a minimal definition. It just includes hdfs, mapreduced, yarn and zookeeper services in it. We will add more services to it in future.
   
   I would like to add deployment document like `Readme `to `bigtop-packages/src/common/ambari/`.
   
   And the ambari smoke test module was deprecated and doesn't work by using Odpi stack.
   Please give me few days to add new smoke tests by using this new Bgtp stack.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services