Browse Source

AMBARI-9075. Alerts after move Oozie Server

Srimanth Gunturi 10 years ago
parent
commit
25a3a1962c

+ 1 - 1
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'
           }
         }
     },