Repository: ambari Updated Branches: refs/heads/trunk 2e6d9d61f -> 1e631ce38
AMBARI-10579. oozie struggles to come up and stay up: admin needs to create sharelib with blueprint custom configurations (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1e631ce3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1e631ce3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1e631ce3 Branch: refs/heads/trunk Commit: 1e631ce386a3c7fb5080ad3d09236645c84191be Parents: 2e6d9d6 Author: Andrew Onishuk <[email protected]> Authored: Sat Apr 18 00:28:13 2015 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Sat Apr 18 00:28:13 2015 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1e631ce3/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml index e44cb57..ef3e901 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/OOZIE/configuration/oozie-site.xml @@ -50,9 +50,9 @@ org.apache.oozie.service.SLAStoreService, org.apache.oozie.service.DBLiteWorkflowStoreService, org.apache.oozie.service.CallbackService, + org.apache.oozie.service.ActionService, org.apache.oozie.service.ShareLibService, org.apache.oozie.service.CallableQueueService, - org.apache.oozie.service.ActionService, org.apache.oozie.service.ActionCheckerService, org.apache.oozie.service.RecoveryService, org.apache.oozie.service.PurgeService,
