// run filter rule
Set<Rule> s = new HashSet<Rule>();
List<Set<Rule>> ls = new ArrayList<Set<Rule>>();
ls.add(s);
// Add the PruneMap Filter
Rule r = new ColumnMapKeyPrune("PruneMapKeys");
s.add(r);
printPlan((org.apache.pig.experimental.logical.relational.LogicalPlan)newPlan);
// Run the optimizer