Re: AW: KeyValueTextInputFormat and Hadoop 0.20.1

2009-11-27 Thread Rekha Joshi
and Hadoop 0.20.1 There's a KeyValueInputFormat under package org.apache.hadoop.mapreduce.lib.input which is for hadoop new API Jeff Zhang On Thu, Nov 26, 2009 at 7:10 AM, Matthias Scherer matthias.sche...@1und1.de wrote: Hi, I started my first experimental Hadoop project

KeyValueTextInputFormat and Hadoop 0.20.1

2009-11-26 Thread Matthias Scherer
Hi, I started my first experimental Hadoop project with Hadoop 0.20.1 an run in the following problem: Job job = new Job(new Configuration(),Myjob); job.setInputFormatClass(KeyValueTextInputFormat.class); The last line throws the following error: The method setInputFormatClass(Class? extends

AW: KeyValueTextInputFormat and Hadoop 0.20.1

2009-11-26 Thread Matthias Scherer
Zhang [mailto:zjf...@gmail.com] Gesendet: Donnerstag, 26. November 2009 16:35 An: common-user@hadoop.apache.org Betreff: Re: KeyValueTextInputFormat and Hadoop 0.20.1 There's a KeyValueInputFormat under package org.apache.hadoop.mapreduce.lib.input which is for hadoop new API Jeff

Re: KeyValueTextInputFormat and Hadoop 0.20.1

2009-11-26 Thread Jeff Zhang
: KeyValueTextInputFormat and Hadoop 0.20.1 There's a KeyValueInputFormat under package org.apache.hadoop.mapreduce.lib.input which is for hadoop new API Jeff Zhang On Thu, Nov 26, 2009 at 7:10 AM, Matthias Scherer matthias.sche...@1und1.de wrote: Hi, I started my first experimental