Hi All,
I am not able to install HDP on windows server 2008 R2 64 bit. Reading all the possible help available on the forum, still i am not able to complete the installation.
I am getting the error “you need to pass hdp_layout” while running the msiexec with all required parameters. I am providing the absolute path of clusterproperties.txt . Set up all the environment variable. Please help me.
Following is the content of clusterproperties.txt
#Log directory
HDP_LOG_DIR=c:\hadoop\logs
#Data directory
HDP_DATA_DIR=c:\hdp\data
#Hosts
NAMENODE_HOST=<mymachinehostnamewithoutdomain>
SECONDARY_NAMENODE_HOST=<mymachinehostnamewithoutdomain>
JOBTRACKER_HOST=<mymachinehostnamewithoutdomain>
HIVE_SERVER_HOST=<mymachinehostnamewithoutdomain>
OOZIE_SERVER_HOST=<mymachinehostnamewithoutdomain>
WEBHCAT_HOST=<mymachinehostnamewithoutdomain>
FLUME_HOSTS=<mymachinehostnamewithoutdomain>
HBASE_MASTER=<mymachinehostnamewithoutdomain>
HBASE_REGIONSERVERS=<mymachinehostnamewithoutdomain>
ZOOKEEPER_HOSTS=<mymachinehostnamewithoutdomain>
SLAVE_HOSTS=<mymachinehostnamewithoutdomain>
#Database host
DB_FLAVOR=derby
DB_HOSTNAME=<mymachinehostnamewithoutdomain>
#Hive properties
HIVE_DB_NAME=hive
HIVE_DB_USERNAME=hive
HIVE_DB_PASSWORD=hive
#Oozie properties
OOZIE_DB_NAME=oozie
OOZIE_DB_USERNAME=oozie
OOZIE_DB_PASSWORD=oozie
HDP_LOG_DIR=c:\hadoop\logs and HDP_DATA_DIR=c:\hdp\data ; these 2 folders exist in my system but no logs are genereated.