This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#To run - export any variables then execute below: | |
#curl -sSL https://gist.github.com/a-romero/d0824e2080496d6e954bbe891a325efd/raw | sudo -E sh | |
export ambari_password=${ambari_password:-StrongPassword} #Ambari password | |
export host_count=${host_count:-1} #choose number of nodes | |
export ambari_services=${ambari_services:-HDFS HIVE SPARK MAPREDUCE2 TEZ YARN ZOOKEEPER HBASE DRUID} #AMBARI_METRICS can be added post-install | |
export hdp_ver=${hdp_ver:-2.6} | |
export nifi_password=${nifi_password:-StrongPassword} | |
export ambari_version=${ambari_version:-2.6.1.3} |