for (Entry<String, Map<String, Grouping>> entry : output_groupings
.entrySet()) {
Map<String, Grouping> component_grouping = entry.getValue();
String stream_id = entry.getKey();
Fields out_fields = topology_context.getThisOutputFields(stream_id);
Map<String, MkGrouper> componentGrouper = new HashMap<String, MkGrouper>();
for (Entry<String, Grouping> cg : component_grouping.entrySet()) {
String component = cg.getKey();
Grouping tgrouping = cg.getValue();