|
@@ -179,7 +179,7 @@ App.StackService = DS.Model.extend({
|
|
|
var configTypes = this.get('configTypes');
|
|
|
var serviceComponents = this.get('serviceComponents');
|
|
|
if (configTypes && Object.keys(configTypes).length) {
|
|
|
- var pattern = ["General", "CapacityScheduler", "FaultTolerance", "Isolation", "Performance", "HIVE_SERVER2", "KDC", "Kadmin","^Advanced", "Env$", "^Custom", "Falcon - Oozie integration", "FalconStartupSite", "FalconRuntimeSite", "MetricCollector", "Settings$"];
|
|
|
+ var pattern = ["General", "CapacityScheduler", "FaultTolerance", "Isolation", "Performance", "HIVE_SERVER2", "KDC", "Kadmin","^Advanced", "Env$", "^Custom", "Falcon - Oozie integration", "FalconStartupSite", "FalconRuntimeSite", "MetricCollector", "Settings$", "AdvancedGpcheck"];
|
|
|
configCategories = App.StackService.configCategories.call(this).filter(function (_configCategory) {
|
|
|
var serviceComponentName = _configCategory.get('name');
|
|
|
var isServiceComponent = serviceComponents.someProperty('componentName', serviceComponentName);
|
|
@@ -364,13 +364,12 @@ App.StackService.configCategories = function () {
|
|
|
break;
|
|
|
case 'SQOOP':
|
|
|
break;
|
|
|
-
|
|
|
case 'HAWQ':
|
|
|
serviceConfigCategories.pushObjects([
|
|
|
- App.ServiceConfigCategory.create({ name: 'General', displayName: 'General'})
|
|
|
+ App.ServiceConfigCategory.create({ name: 'General', displayName: 'General'}),
|
|
|
+ App.ServiceConfigCategory.create({ name: 'AdvancedGpcheck', displayName: 'Advanced gpcheck'})
|
|
|
]);
|
|
|
break;
|
|
|
-
|
|
|
default:
|
|
|
serviceConfigCategories.pushObjects([
|
|
|
App.ServiceConfigCategory.create({ name: 'General', displayName: 'General'})
|