Repository: ambari Updated Branches: refs/heads/branch-2.5 85f991e18 -> 55a2ed0b0
AMBARI-20249 - Stopping spark2 doesn't generate any alerts (Mingjie Tang via jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/55a2ed0b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/55a2ed0b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/55a2ed0b Branch: refs/heads/branch-2.5 Commit: 55a2ed0b02359be0c8eaca787887b2cf8741103b Parents: 85f991e Author: Jonathan Hurley <[email protected]> Authored: Thu Mar 2 23:20:24 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Thu Mar 2 23:21:41 2017 -0500 ---------------------------------------------------------------------- .../src/main/resources/common-services/SPARK2/2.0.0/alerts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/55a2ed0b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json index 593ebb7..dc9d023 100755 --- a/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/SPARK2/2.0.0/alerts.json @@ -1,5 +1,5 @@ { - "SPARK": { + "SPARK2": { "service": [], "SPARK2_JOBHISTORYSERVER": [ {
