Option I: Allow HDP to set-up the cluster
Set the
localyumrepo
property in thegsInstaller.properties
file toyes
.Execute the auxiliary script file -
gsPreRequisites.sh
.sh master-install-location/gsInstaller/gsPreRequisites.sh
Option II: Manually set up the cluster.
Configure the local mirror repository as instructed here.
For Red Hat compatible systems only:
Disable SELinux on all the host machines:
sed 's/SELINUX=enforcing/SELINUX=disabled/g'/etc/selinux/config/usr/sbin/setenforce 0
Disable firewall on all the host machines:
/etc/init.d/iptables stop