项目作者: steven-matison

项目描述 :
Install Ambari 2.7.5 with HDP 3.1.4 without using Hortonworks repositories.
高级语言: Python
项目地址: git://github.com/steven-matison/dfhz_hdp_mpack.git
创建时间: 2020-06-10T12:49:50Z
项目社区:https://github.com/steven-matison/dfhz_hdp_mpack

开源协议:Apache License 2.0

下载


dfhz_hdp_mpack

HDP 3.1.4.0 Management Pack for Ambari

Install Ambari From MOSGA RPMS:

CENTOS7

  1. wget -O /etc/yum.repos.d/mosga.repo https://makeopensourcegreatagain.com/repos/centos/7/ambari/2.7.5.0/mosga-ambari.repo
  2. yum install ambari-server ambari-agent -y
  3. ambari-server setup -s
  4. ambari-server start
  5. ambari-agent start

Management Pack Installaion - HDP 3.1.4.0

  1. ambari-server install-mpack --mpack=https://github.com/steven-matison/dfhz_hdp_mpack/raw/master/hdp-ambari-mpack-3.1.4.0.tar.gz --verbose
  2. ambari-server restart

Management Pack Removal

  1. ambari-server uninstall-mpack --mpack-name=hdp-ambari-mpack
  2. ambari-server restart