343344345346347348349350351
return out; } Map<String,String> that=awsInstanceMap.get(instanceType).getHadoopParameters(); for(Map.Entry<String,String> item:that.entrySet()) out.put(new HadoopConfigurationVariable(item.getKey()),item.getValue()); return out; }