You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Mohammad Tariq <do...@gmail.com> on 2012/07/25 16:37:23 UTC

KeyValueTextInputFormat absent in hadoop-0.20.205

Hello list,

     I am trying to run a small MapReduce job that includes
KeyValueTextInputFormat with the new API(hadoop-0.20.205.0), but it
seems KeyValueTextInputFormat is not included in the new API. Am I
correct???

Regards,
    Mohammad Tariq

Re: KeyValueTextInputFormat absent in hadoop-0.20.205

Posted by Mohammad Tariq <do...@gmail.com>.
Hello Bejoy,

     Thank you so much for the quick response.

Regards,
    Mohammad Tariq


On Wed, Jul 25, 2012 at 8:30 PM, Bejoy Ks <be...@gmail.com> wrote:
> Hi Tariq
>
> KeyValueTextInputFormat is available from hadoop 1.0.1 version on
> wards for the new  mapreduce API
>
> http://hadoop.apache.org/common/docs/r1.0.1/api/org/apache/hadoop/mapreduce/lib/input/KeyValueTextInputFormat.html
>
> Regards
> Bejoy KS
>
> On Wed, Jul 25, 2012 at 8:07 PM, Mohammad Tariq <do...@gmail.com> wrote:
>> Hello list,
>>
>>      I am trying to run a small MapReduce job that includes
>> KeyValueTextInputFormat with the new API(hadoop-0.20.205.0), but it
>> seems KeyValueTextInputFormat is not included in the new API. Am I
>> correct???
>>
>> Regards,
>>     Mohammad Tariq

Re: KeyValueTextInputFormat absent in hadoop-0.20.205

Posted by Bejoy Ks <be...@gmail.com>.
Hi Tariq

KeyValueTextInputFormat is available from hadoop 1.0.1 version on
wards for the new  mapreduce API

http://hadoop.apache.org/common/docs/r1.0.1/api/org/apache/hadoop/mapreduce/lib/input/KeyValueTextInputFormat.html

Regards
Bejoy KS

On Wed, Jul 25, 2012 at 8:07 PM, Mohammad Tariq <do...@gmail.com> wrote:
> Hello list,
>
>      I am trying to run a small MapReduce job that includes
> KeyValueTextInputFormat with the new API(hadoop-0.20.205.0), but it
> seems KeyValueTextInputFormat is not included in the new API. Am I
> correct???
>
> Regards,
>     Mohammad Tariq