3.6. Set Up Your Cluster

  • Option I: Allow HDP to set-up the cluster

    1. Set the localyumrepo property in the gsInstaller.properties file to yes.

    2. Execute the auxiliary script file - gsPreRequisites.sh.

      sh master-install-location/gsInstaller/gsPreRequisites.sh 
  • Option II: Manually set up the cluster.

    1. Configure the local mirror repository as instructed here.

    2. 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


loading table of contents...