Переглянути джерело

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

Andrii Tkach 10 роки тому
батько
коміт
512c1dfcfc

+ 2 - 1
ambari-web/app/controllers/main/admin/security/add/step3.js

@@ -84,7 +84,8 @@ App.MainAdminSecurityAddStep3Controller = Em.Controller.extend({
         componentName: 'HIVE_SERVER',
         componentName: 'HIVE_SERVER',
         principal: 'hive_metastore_http_principal_name',
         principal: 'hive_metastore_http_principal_name',
         keytab: 'hive_metastore_http_keytab',
         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',
         componentName: 'OOZIE_SERVER',