Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 f2d203ff7 -> 95aee9345


AMBARI-8274 Enable Kerberos Wizard: Downloaded CSV file is empty for HDP 1.3.*. 
(atkach)


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

Branch: refs/heads/branch-1.7.0
Commit: 95aee9345d64ecc46d72deabb64be8f6f588b6bd
Parents: f2d203f
Author: Andrii Tkach <atk...@hortonworks.com>
Authored: Wed Nov 12 14:05:47 2014 +0200
Committer: Andrii Tkach <atk...@hortonworks.com>
Committed: Wed Nov 12 14:05:47 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/main/admin/security/add/step3.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/95aee934/ambari-web/app/controllers/main/admin/security/add/step3.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/admin/security/add/step3.js 
b/ambari-web/app/controllers/main/admin/security/add/step3.js
index c2bba07..32d3edc 100644
--- a/ambari-web/app/controllers/main/admin/security/add/step3.js
+++ b/ambari-web/app/controllers/main/admin/security/add/step3.js
@@ -84,7 +84,8 @@ App.MainAdminSecurityAddStep3Controller = 
Em.Controller.extend({
         componentName: 'HIVE_SERVER',
         principal: 'hive_metastore_http_principal_name',
         keytab: 'hive_metastore_http_keytab',
-        displayName: Em.I18n.t('admin.addSecurity.hive.user.httpUser')
+        displayName: Em.I18n.t('admin.addSecurity.hive.user.httpUser'),
+        isHadoop2Stack: true
       },
       {
         componentName: 'OOZIE_SERVER',

Reply via email to