d to write your own
>> OutputFormat to get the output file exactly how you want (perhaps
>> something like LineRecordWriter which doesn't write the key out and
>> outputs a separator of your choosing between each record).
>>
>>
>> -Original Message-
>> From: F
key out and
outputs a separator of your choosing between each record).
-Original Message-
From: Francesco Tamberi [mailto:[EMAIL PROTECTED]
Sent: 10 July 2008 17:15
To: core-user@hadoop.apache.org
Subject: Re: Custom InputFormat/OutputFormat
Ok, I would not like to annoy you but I thin
l Message-
> From: Francesco Tamberi [mailto:[EMAIL PROTECTED]
> Sent: 10 July 2008 14:17
> To: core-user@hadoop.apache.org
> Subject: Re: Custom InputFormat/OutputFormat
>
> Thank you so much.
> The problem is that I need to operate on text as is, without
> modification,
which does not output the key, and does not use newline
characters to separate records. I would suggest looking at
TextOutputFormat to start.
HTH,
Jingkei
-Original Message-
From: Francesco Tamberi [mailto:[EMAIL PROTECTED]
Sent: 10 July 2008 14:17
To: core-user@hadoop.apache.org
Subj
From: Francesco Tamberi [mailto:[EMAIL PROTECTED]
Sent: 10 July 2008 14:17
To: core-user@hadoop.apache.org
Subject: Re: Custom InputFormat/OutputFormat
Thank you so much.
The problem is that I need to operate on text as is, without
modification, and I don't want the filepos to be outputte
apache.org
Subject: Custom InputFormat/OutputFormat
Hi all,
I want to use hadoop for some streaming text processing on text
documents like:
text text
text
...
Just xml-like notation but not real xml files.
I have to work on text included between tags, so I implemented an
InputFormat
@hadoop.apache.org
Subject: Custom InputFormat/OutputFormat
Hi all,
I want to use hadoop for some streaming text processing on text
documents like:
text text
text
...
Just xml-like notation but not real xml files.
I have to work on text included between tags, so I implemented an
InputFormat (extending
Hi all,
No one can give me some hint?
Please apoligize me but I cannot understand if there's something wrong
with my ask.
Thak you,
Francesco
Hi all,
I want to use hadoop for some streaming text processing on text
documents like:
text text
text
...
Just xml-like notation but not real xml files.
I have to work on text included between tags, so I implemented an
InputFormat (extending FileInputFormat) with a RecordReader that ret