0.21.0 API

2010-09-22 Thread Martin Becker
Hello, I am trying to move to Hadoop MapReduce 0.21.0. The corresponding tutorial still uses Tool and ToolRunner. Yet both are deprecated. What would be the correct way to implement, configure and submit a Job now? I was thinking in terms of: Configuration configuration = new Configura

Re: 0.21.0 API

2010-09-22 Thread Tom White
Hi Martin, Neither Tool nor ToolRunner is deprecated in 0.21.0. I don't think they have ever been deprecated. You should be able to use them without problems. Tom On Wed, Sep 22, 2010 at 6:52 AM, Martin Becker <_martinbec...@web.de> wrote: > Hello, > I am trying to move to Hadoop MapReduce 0.21.

Re: 0.21.0 API

2010-09-22 Thread Martin Becker
Thanks Tom, well now that is strange. I will look into that again. I suspect some classpath/eclipse problems here. Martin On 22.09.2010 16:08, Tom White wrote: Hi Martin, Neither Tool nor ToolRunner is deprecated in 0.21.0. I don't think they have ever been deprecated. You should be able to

Re: 0.21.0 API

2010-09-22 Thread Martin Becker
Hi, Tom, thanks for your answer. OK, so the problem is, that when I add both hadoop-common-0.21.0.jar AND hadoop-mapred-0.21.0.jar to the class path, the Tool interface is marked deprecated by Eclipse. This seems odd. Only having hadoop-common-0.21.0.jar in the class path works fine. Both jar

Re: 0.21.0 API

2010-09-22 Thread Martin Becker
Hi, so the same package in both jars is not the problem. Should have known that. I do not know why this happens. Any ideas? Regards, Martin On 22.09.2010 17:45, Martin Becker wrote: Hi, Tom, thanks for your answer. OK, so the problem is, that when I add both hadoop-common-0.21.0.jar AND had

Re: 0.21.0 API

2010-09-22 Thread Tom White
Hi Martin, I think this is because the whole package is deprecated on the MapReduce side (in package-info.java). I've opened https://issues.apache.org/jira/browse/MAPREDUCE-2084 to address this. In the meantime, it is safe to use Tool and ToolRunner. Thanks, Tom On Wed, Sep 22, 2010 at 8:52 AM,