소스 검색

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

Aleksandr Kovalenko 10 년 전
부모
커밋
0e3fd88b85
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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':