You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ja...@apache.org on 2014/08/09 02:15:25 UTC

git commit: AMBARI-6801. Installer wizard: Hive Metastore start fails. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/trunk 6fd7d82b0 -> dc080221c


AMBARI-6801. Installer wizard: Hive Metastore start fails. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dc080221
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dc080221
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dc080221

Branch: refs/heads/trunk
Commit: dc080221cfbc957ba0024a3b40e4d0148af10945
Parents: 6fd7d82
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Aug 8 17:15:07 2014 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Fri Aug 8 17:15:13 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step8_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dc080221/ambari-web/app/controllers/wizard/step8_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step8_controller.js b/ambari-web/app/controllers/wizard/step8_controller.js
index a4a33ea..81657fd 100644
--- a/ambari-web/app/controllers/wizard/step8_controller.js
+++ b/ambari-web/app/controllers/wizard/step8_controller.js
@@ -281,7 +281,7 @@ App.WizardStep8Controller = Em.Controller.extend(App.AddSecurityConfigs, {
    */
   removeOozieConfigs: function (configs) {
     var oozieDb = configs.findProperty('name', 'oozie_database');
-    var oozieDbType = configs.findProperty('name', 'hive_database_type');
+    var oozieDbType = configs.findProperty('name', 'oozie_database_type');
     if (oozieDbType) {
       var oozie_properties = Em.A(['oozie_ambari_host', 'oozie_ambari_database']);