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
#Sets up single node HDP+Nifi+credit card demo on CentOS 6.6 | |
#Run script below and then use ~/CreditCardTransactionMonitor/startDemoServices.sh to start demo | |
export ambari_password=${ambari_password:-admin} | |
export host_count=${host_count:-1} #choose number of nodes | |
export ambari_services=${ambari_services:-HDFS HIVE PIG SPARK MAPREDUCE2 TEZ YARN ZOOKEEPER ZEPPELIN NIFI HBASE PHOENIX STORM KAFKA AMBARI_INFRA ATLAS} #AMBARI_METRICS can be added post-install | |
export hdp_ver=${hdp_ver:-2.6} | |
export hdf_mpack="http://public-repo-1.hortonworks.com/HDF/centos6/3.x/updates/3.0.1.1/tars/hdf_ambari_mp/hdf-ambari-mpack-3.0.1.1-5.tar.gz" | |
export vm_name=sandbox | |
export ambari_version=2.5.1.0 |