Przeglądaj źródła

AMBARI-12642. kafka is not listed in summary of ranger on ambari UI (alexantonenko)

Alex Antonenko 9 lat temu
rodzic
commit
5fd790f276

+ 6 - 0
ambari-web/app/controllers/main/service/info/summary.js

@@ -84,6 +84,12 @@ App.MainServiceInfoSummaryController = Em.Controller.extend(App.WidgetSectionMix
       type: 'ranger-yarn-plugin-properties',
       propertyName: 'ranger-yarn-plugin-enabled',
       valueForEnable: 'Yes'
+    },
+    {
+      serviceName: 'KAFKA',
+      type: 'ranger-kafka-plugin-properties',
+      propertyName: 'ranger-kafka-plugin-enabled',
+      valueForEnable: 'Yes'
     }
   ],