-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30955/
-----------------------------------------------------------
Review request for Ambari, Jonathan Hurley and Nate Cole.
Bugs: AMBARI-9611
https://issues.apache.org/jira/browse/AMBARI-9611
Repository: ambari
Description
-------
Install the following services in a new cluster: HDFS, YARN, MapR, Tez, Hive,
HBase, Pig, Scoop, Oozie, ZK, Falcon, Storm, Flume, Knox, Slider, Kafka,
Ganglia.
Notice that Ganglia is installed instead of AMS. This simulates an upgrade
environment from Ambari 1.7.0 to 2.0.0 where Ganglia was kept (which is a valid
use case).
Perform an upgrade - it gets to Finalize but then fails. The suspect here was
Ganglia.
The default value for versionAdvertised should be false, so the metainfo.xml
files need to change the property to true for the majority of the services.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/state/ComponentInfo.java
267b65c
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/metainfo.xml
e189cdb
ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml
6832ae3
ambari-server/src/main/resources/common-services/GANGLIA/3.5.0/metainfo.xml
281f873
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml
c00889e
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
7f506fd
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml
1709034
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/metainfo.xml
db48936
ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/metainfo.xml
0552ada
ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/metainfo.xml
810d3ff
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/metainfo.xml
40032e3
ambari-server/src/main/resources/common-services/PIG/0.12.0.2.0/metainfo.xml
bca5f00
ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml
02f0d24
ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/metainfo.xml
1c6fb75
ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml
68833e0
ambari-server/src/main/resources/common-services/SQOOP/1.4.4.2.0/metainfo.xml
1f4a90b
ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/metainfo.xml
6773ba1
ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/metainfo.xml
71dd135
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
9c4e4ea
ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/metainfo.xml
4a53908
Diff: https://reviews.apache.org/r/30955/diff/
Testing
-------
Unit tests are in progress.
Still need to reproduce on a cluster that has Ganglia.
Thanks,
Alejandro Fernandez