All Projects → steven-matison → dfhz_ddp_mpack

steven-matison / dfhz_ddp_mpack

Licence: other
Demo Data Platform - DDP + AMBARI 2.7.5 CENTOS7

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Batchfile
5799 projects

dfhz_ddp_mpack

DFHz Demo Data Platform for Ambari

Installation Requirements

  • RedHat 7 Centos 7 only. If you need another operating system reach out privately.
  • Please complete a Base Cluster using the Installation Wizard with Zookeeper & Ambari Metrics. Additional services are then added via Ambari's Add Service Wizard.
  • You must install Third Party Tools (hue,elasticsearch,etc) after the Base Cluster is installed and after executing python command to stop ambari managing user groups:
python /var/lib/ambari-server/resources/scripts/configs.py -u admin -p admin -n [CLUSTER_NAME] -l [CLUSTER_FQDN] -t 8080 -a set -c cluster-env -k  ignore_groupsusers_create -v true

**** be sure to get the correct admin credentials, [CLUSTER_NAME], and [CLUSTER_FQDN] for command above

Install Ambari From MOSGA RPMS:

wget -O /etc/yum.repos.d/mosga.repo https://makeopensourcegreatagain.com/rpms/mosga.repo
yum install ambari-server ambari-agent -y
ambari-server setup -s
ambari-server start
ambari-agent start

Management Pack Installaion

ambari-server install-mpack --mpack=https://github.com/steven-dfheinz/dfhz_ddp_mpack/raw/master/ddp-ambari-mpack-0.0.0.4-5.tar.gz --verbose
ambari-server restart

Management Pack Removal

ambari-server uninstall-mpack --mpack-name=ddp-ambari-mpack
ambari-server restart
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].