/**
* Initialize configuration
*/
protected void initConf() {
configs = new ArrayList<Property>();
configs.add(new Property("mapred.mapper.class", ""));
configs.add(new Property("mapred.reduce.class", ""));
configs.add(new Property("mapred.job.queue.name", ""));
prepare = new ArrayList<Property>();
prepare.add(new Property("", ""));
others = new ArrayList<Property>();
others.add(new Property("", ""));
}