----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29272/#review65910 -----------------------------------------------------------
@Artem, When I tried to install HDP2.2 msi with the cluster.properties created by Ambari, I am seeing following errors. WINPKG FAILURE: HDP: Reading HDP layout from C:\ambari\ambari-agent\cache\properties.txt Write-Log : HDP FAILURE: Required property 'HDFS_NAMENODE_DATA_DIR' not found in C:\ambari\ambari-agent\cache\properties.txt I manually created the HDP2.2 cluster.properties with "Install HDP additional components" clicked and following is the cluster.properties. There are other components like Slider etc, but we can start with components we have in HDP2.1. We will need to add HDFS_NAMENODE_DATA_DIR, HDFS_DATANODE_DATA_DIR. #Log directory HDP_LOG_DIR=c:\hadoop\logs #Data directory HDP_DATA_DIR=c:\hdpdata #Namenode Data directory HDFS_NAMENODE_DATA_DIR=c:\hdpdatann #Datanode Data directory HDFS_DATANODE_DATA_DIR=c:\hdpdatadn #hosts NAMENODE_HOST=WINAMB-DEV SECONDARY_NAMENODE_HOST=WINAMB-DEV RESOURCEMANAGER_HOST=WINAMB-DEV HIVE_SERVER_HOST=WINAMB-DEV OOZIE_SERVER_HOST=WINAMB-DEV WEBHCAT_HOST=WINAMB-DEV SLAVE_HOSTS=WINAMB-DEV ZOOKEEPER_HOSTS=WINAMB-DEV CLIENT_HOSTS=WINAMB-DEV HBASE_MASTER=WINAMB-DEV HBASE_REGIONSERVERS=WINAMB-DEV FLUME_HOSTS=WINAMB-DEV FALCON_HOST=WINAMB-DEV KNOX_HOST=WINAMB-DEV STORM_NIMBUS=WINAMB-DEV STORM_SUPERVISORS=WINAMB-DEV #Database host DB_FLAVOR=MSSQL DB_HOSTNAME=WINAMB-DEV DB_PORT=1433 #Hive properties HIVE_DB_NAME=hive HIVE_DB_USERNAME=hadoop HIVE_DB_PASSWORD=hadoop #Oozie properties OOZIE_DB_NAME=oozie OOZIE_DB_USERNAME=hadoop OOZIE_DB_PASSWORD=hadoop - Jayush Luniya On Dec. 19, 2014, 10:38 p.m., Artem Baranchuk wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/29272/ > ----------------------------------------------------------- > > (Updated Dec. 19, 2014, 10:38 p.m.) > > > Review request for Ambari, Eugene Chekanskiy, Florian Barca, and Jayush > Luniya. > > > Bugs: AMBARI-8841 > https://issues.apache.org/jira/browse/AMBARI-8841 > > > Repository: ambari > > > Description > ------- > > Validate Ambari on Win with hdp-2.2.msi > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDPWIN/2.1/services/HIVE/package/scripts/hive_client.py > 5f1f507 > > Diff: https://reviews.apache.org/r/29272/diff/ > > > Testing > ------- > > New HDP-2.2.msi installed success! > Cluster whit whole services was installed success! > > > Thanks, > > Artem Baranchuk > >
