Re: [bug] overwriting job properties until runtime is not possible

2005-12-20 Thread Stefan Groschupf
Hi Paul, wouldn't it a better and may easier solution to have an arraylist for all values of keys and just add the values to the arraylist. Than we can have a getProperty method that return the first value in the list and a getProperties that return an array? This could be very similar to

[bug] overwriting job properties until runtime is not possible

2005-12-18 Thread Stefan Groschupf
Hi, until writing theses Test that mades the generation bug reproducable I discovered another strange behavior. Following test fail: public void testConf() throws Exception { NutchConf conf = NutchConf.get(); conf.setInt(mapred.reduce.tasks, 2);