-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38954/
-----------------------------------------------------------
Review request for Ambari, Andrew Onischuk and Jonathan Hurley.
Bugs: AMBARI-13297
https://issues.apache.org/jira/browse/AMBARI-13297
Repository: ambari
Description
-------
we decided nimbus.monitor.freq.secs=120 and committed to 2.3-maint
But found that on ambari installed clusters are having
nimbus.monitor.freq.secs=10
which many times causes storm-hive integration tests to fail.
And mannually setting nimbus.monitor.freq.secs=120 and restarting nimbus causes
tests to pass
So change nimbus.monitor.freq.secs to 120
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/upgrade/SchemaUpgradeHelper.java
2fa4275
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog213.java
PRE-CREATION
ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml
5055a67
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
7d1f6ee
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog213Test.java
PRE-CREATION
Diff: https://reviews.apache.org/r/38954/diff/
Testing
-------
mvn clean test
Thanks,
Dmitro Lisnichenko