Repository: ambari Updated Branches: refs/heads/trunk a8fc971b1 -> 25a3a1962
AMBARI-9075. Alerts after move Oozie Server Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25a3a196 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25a3a196 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/25a3a196 Branch: refs/heads/trunk Commit: 25a3a1962c1f843e07ed2fd7eeb337b9f5e67580 Parents: fe79964 Author: Srimanth Gunturi <[email protected]> Authored: Fri Jan 9 11:46:25 2015 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Jan 9 12:44:37 2015 -0800 ---------------------------------------------------------------------- .../app/controllers/main/service/reassign/step4_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/25a3a196/ambari-web/app/controllers/main/service/reassign/step4_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/service/reassign/step4_controller.js b/ambari-web/app/controllers/main/service/reassign/step4_controller.js index dc11af6..9ff2aa9 100644 --- a/ambari-web/app/controllers/main/service/reassign/step4_controller.js +++ b/ambari-web/app/controllers/main/service/reassign/step4_controller.js @@ -123,7 +123,7 @@ App.ReassignMasterWizardStep4Controller = App.HighAvailabilityProgressPageContro componentName: 'OOZIE_SERVER', configs: { 'oozie-site': { - 'oozie.base.url': '<replace-value>:11000/oozie' + 'oozie.base.url': 'http://<replace-value>:11000/oozie' } } },
