فهرست منبع

AMBARI-4388. add ability to add Falcon on an existing cluster via Add Services Wizard. (Mikhail Bayuk via akovalenko)

Aleksandr Kovalenko 11 سال پیش
والد
کامیت
0224d15d58
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      ambari-web/app/data/service_configs.js

+ 3 - 2
ambari-web/app/data/service_configs.js

@@ -224,9 +224,10 @@ module.exports = [
     serviceName: 'FALCON',
     displayName: 'Falcon',
     configCategories: [
-      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'})
+      App.ServiceConfigCategory.create({ name: 'Falcon', displayName : 'Falcon Server'}),
+      App.ServiceConfigCategory.create({ name: 'Advanced', displayName : 'Falcon - Oozie integration'})
     ],
-    sites: ['falcon-site'],
+    sites: ['global', 'oozie-site'],
     configs: []
   },