Re: Error using Streaming and old API

2012-01-04 Thread Robert Evans
I believe that streaming still only uses the older mapred API and does not support the API in the mapreduce java package. --Bobby Evans On 1/4/12 11:07 AM, "Kadu canGica Eduardo" wrote: Hi, i'm using streaming with python and i made my own inputformat using the new API but when i run my job i

Error using Streaming and old API

2012-01-04 Thread Kadu canGica Eduardo
Hi, i'm using streaming with python and i made my own inputformat using the new API but when i run my job i got the error message: "org.fasta.InputFormat.FastaInputFormat not org.apache.hadoop.mapred.InputFormat". Well, as far as i know the new API was introduced in 0.20 (i'm using 0.20.203.0), bu