GraphWalker ogw = new PreOrderWalker(disp);
// iterator the mapper operator tree
ArrayList<Node> topNodes = new ArrayList<Node>();
topNodes.addAll(mapWork.getAliasToWork().values());
HashMap<Node, Object> nodeOutput = new HashMap<Node, Object>();
ogw.startWalking(topNodes, nodeOutput);
Map<String, Map<Integer, String>> allScratchColumnVectorTypeMaps = vnp.getAllScratchColumnVectorTypeMaps();
mapWork.setAllScratchColumnVectorTypeMaps(allScratchColumnVectorTypeMaps);
Map<String, Map<String, Integer>> allColumnVectorMaps = vnp.getAllColumnVectorMaps();
mapWork.setAllColumnVectorMaps(allColumnVectorMaps);