Просмотр исходного кода

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

Andrii Tkach 10 лет назад
Родитель
Сommit
512c1dfcfc
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      ambari-web/app/controllers/main/admin/security/add/step3.js

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