Repository: ambari Updated Branches: refs/heads/trunk e3c7dd2c8 -> 4e1519095
AMBARI-5117. Falcon Smoke test fails (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4e151909 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4e151909 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4e151909 Branch: refs/heads/trunk Commit: 4e1519095d65d47e6c8cde49b18c41d6d62b93d4 Parents: e3c7dd2 Author: Jaimin Jetly <[email protected]> Authored: Mon Mar 17 14:56:28 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Mon Mar 17 14:56:43 2014 -0700 ---------------------------------------------------------------------- .../2.1/services/FALCON/configuration/falcon-startup.properties.xml | 1 - .../HDP/2.1/services/FALCON/package/templates/startup.properties.j2 | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4e151909/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/falcon-startup.properties.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/falcon-startup.properties.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/falcon-startup.properties.xml index fd8e487..e24590f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/falcon-startup.properties.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/falcon-startup.properties.xml @@ -66,7 +66,6 @@ org.apache.falcon.entity.store.ConfigurationStore,\ org.apache.falcon.rerun.service.RetryService,\ org.apache.falcon.rerun.service.LateRunService,\ - org.apache.falcon.service.SLAMonitoringService,\ org.apache.falcon.service.LogCleanupService </value> <description></description> http://git-wip-us.apache.org/repos/asf/ambari/blob/4e151909/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 index 3d9aae7..b6536cc 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 @@ -37,7 +37,6 @@ org.apache.falcon.service.ProcessSubscriberService,\ org.apache.falcon.rerun.service.RetryService,\ org.apache.falcon.rerun.service.LateRunService,\ - org.apache.falcon.service.SLAMonitoringService,\ org.apache.falcon.service.LogCleanupService prism.application.services=org.apache.falcon.entity.store.ConfigurationStore *.configstore.listeners=org.apache.falcon.entity.v0.EntityGraph,\
