Author: srimanth
Date: Fri Jun  7 17:49:34 2013
New Revision: 1490754

URL: http://svn.apache.org/r1490754
Log:
AMBARI-2312. oozie.base.url is not being set correctly in the configuration. 
(Andrii Tkach via srimanth)

Modified:
    
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js

Modified: 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js?rev=1490754&r1=1490753&r2=1490754&view=diff
==============================================================================
--- 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js
 (original)
+++ 
incubator/ambari/branches/branch-1.4.0/ambari-web/app/data/HDP2/config_mapping.js
 Fri Jun  7 17:49:34 2013
@@ -275,7 +275,7 @@ var configs = [
     "name": "oozie.base.url",
     "templateName": ["oozieserver_host"],
     "foreignKey": null,
-    "value": "http://<templateName[0]>:11000",
+    "value": "http://<templateName[0]>:11000/oozie",
     "filename": "oozie-site.xml"
   },
   
/**********************************************hive-site***************************************/


Reply via email to