Andrzej Bialecki wrote:
+public class MapReduceBase implements Closeable, JobConfigurable { + + public void close() { + }Shouldn't this method throw an IOException, as it is declared in Closeable?
Good point. I just fixed that. Doug
Andrzej Bialecki wrote:
+public class MapReduceBase implements Closeable, JobConfigurable { + + public void close() { + }Shouldn't this method throw an IOException, as it is declared in Closeable?
Good point. I just fixed that. Doug