Skip to content

Demo Data Platform - DDP + AMBARI 2.7.5 CENTOS7

Notifications You must be signed in to change notification settings

meenzoon/dfhz_ddp_mpack

Repository files navigation

dfhz_ddp_mpack

DFHz Demo Data Platform for Ambari

RedHat 7 Centos 7 only. If you need another operating system reach out privately.

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-2.tar.gz --verbose
ambari-server restart

Management Pack Removal

ambari-server uninstall-mpack --mpack-name=ddp-ambari-mpack
ambari-server restart

Known Issues

  • Sometimes the public repos for HDF/HDP (public-repo-1.hortonworks.com) are slow or do not respond during checks. Refresh page, skip validation, choose use local repos then choose back to public, refresh page etc. Make sure "Why is this not selected?" goes away and public repos should persist through install.
  • 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

About

Demo Data Platform - DDP + AMBARI 2.7.5 CENTOS7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 3.9%
  • Batchfile 1.1%
  • Other 0.9%