Explorar o código

AMBARI-7216. Mapreduce is recommending a value that isn't set. (akovalenko)

Aleksandr Kovalenko %!s(int64=10) %!d(string=hai) anos
pai
achega
0e3fd88b85
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      ambari-web/app/models/stack_service.js

+ 2 - 1
ambari-web/app/models/stack_service.js

@@ -259,7 +259,8 @@ App.StackService.configCategories = function () {
       break;
     case 'MAPREDUCE2':
       serviceConfigCategories.pushObjects([
-        App.ServiceConfigCategory.create({ name: 'HISTORYSERVER', displayName: 'History Server'})
+        App.ServiceConfigCategory.create({ name: 'HISTORYSERVER', displayName: 'History Server'}),
+        App.ServiceConfigCategory.create({ name: 'General', displayName: 'General'})
       ]);
       break;
     case 'HIVE':