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 Ranjini Rathinam <ra...@gmail.com> on 2014/03/12 09:53:29 UTC

Process of files in mapreduce

Hi,

How to read a PDF file in mapreduce.

Please provide sample code or sample link for refernce.


thanks in advance.

Ranjini

Re: Process of files in mapreduce

Posted by Stanley Shi <ss...@gopivotal.com>.
For reading PDF in java, you may refer to this link:
http://stackoverflow.com/questions/4784825/how-to-read-pdf-files-using-java

in mapreduce, you can use the same code; except that each map() function
processes one file;

Regards,
*Stanley Shi,*



On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>

Re: Process of files in mapreduce

Posted by Stanley Shi <ss...@gopivotal.com>.
For reading PDF in java, you may refer to this link:
http://stackoverflow.com/questions/4784825/how-to-read-pdf-files-using-java

in mapreduce, you can use the same code; except that each map() function
processes one file;

Regards,
*Stanley Shi,*



On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>

Re: Process of files in mapreduce

Posted by Ranjini Rathinam <ra...@gmail.com>.
Hi ,

Need to convert the PDF file into Text file using mapreduce.

Thanks for the support

Ranjini




On Wed, Mar 12, 2014 at 3:54 PM, Mingjiang Shi <ms...@gopivotal.com> wrote:

>  Hi Ranjini,
> What's your use case?  How would you create key value pairs from the pdf?
>
>
>  On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>> Hi,
>>
>> How to read a PDF file in mapreduce.
>>
>> Please provide sample code or sample link for refernce.
>>
>>
>> thanks in advance.
>>
>> Ranjini
>>
>>
>
>
>
> --
>  Cheers
> -MJ
>

Re: Process of files in mapreduce

Posted by Ranjini Rathinam <ra...@gmail.com>.
Hi ,

Need to convert the PDF file into Text file using mapreduce.

Thanks for the support

Ranjini




On Wed, Mar 12, 2014 at 3:54 PM, Mingjiang Shi <ms...@gopivotal.com> wrote:

>  Hi Ranjini,
> What's your use case?  How would you create key value pairs from the pdf?
>
>
>  On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>> Hi,
>>
>> How to read a PDF file in mapreduce.
>>
>> Please provide sample code or sample link for refernce.
>>
>>
>> thanks in advance.
>>
>> Ranjini
>>
>>
>
>
>
> --
>  Cheers
> -MJ
>

Re: Process of files in mapreduce

Posted by Ranjini Rathinam <ra...@gmail.com>.
Hi ,

Need to convert the PDF file into Text file using mapreduce.

Thanks for the support

Ranjini




On Wed, Mar 12, 2014 at 3:54 PM, Mingjiang Shi <ms...@gopivotal.com> wrote:

>  Hi Ranjini,
> What's your use case?  How would you create key value pairs from the pdf?
>
>
>  On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>> Hi,
>>
>> How to read a PDF file in mapreduce.
>>
>> Please provide sample code or sample link for refernce.
>>
>>
>> thanks in advance.
>>
>> Ranjini
>>
>>
>
>
>
> --
>  Cheers
> -MJ
>

Re: Process of files in mapreduce

Posted by Ranjini Rathinam <ra...@gmail.com>.
Hi ,

Need to convert the PDF file into Text file using mapreduce.

Thanks for the support

Ranjini




On Wed, Mar 12, 2014 at 3:54 PM, Mingjiang Shi <ms...@gopivotal.com> wrote:

>  Hi Ranjini,
> What's your use case?  How would you create key value pairs from the pdf?
>
>
>  On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ranjinibecse@gmail.com
> > wrote:
>
>> Hi,
>>
>> How to read a PDF file in mapreduce.
>>
>> Please provide sample code or sample link for refernce.
>>
>>
>> thanks in advance.
>>
>> Ranjini
>>
>>
>
>
>
> --
>  Cheers
> -MJ
>

Re: Process of files in mapreduce

Posted by Mingjiang Shi <ms...@gopivotal.com>.
Hi Ranjini,
What's your use case?  How would you create key value pairs from the pdf?


On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>



-- 
Cheers
-MJ

Re: Process of files in mapreduce

Posted by Mingjiang Shi <ms...@gopivotal.com>.
Hi Ranjini,
What's your use case?  How would you create key value pairs from the pdf?


On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>



-- 
Cheers
-MJ

Re: Process of files in mapreduce

Posted by Mingjiang Shi <ms...@gopivotal.com>.
Hi Ranjini,
What's your use case?  How would you create key value pairs from the pdf?


On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>



-- 
Cheers
-MJ

Re: Process of files in mapreduce

Posted by Mingjiang Shi <ms...@gopivotal.com>.
Hi Ranjini,
What's your use case?  How would you create key value pairs from the pdf?


On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>



-- 
Cheers
-MJ

Re: Process of files in mapreduce

Posted by Stanley Shi <ss...@gopivotal.com>.
For reading PDF in java, you may refer to this link:
http://stackoverflow.com/questions/4784825/how-to-read-pdf-files-using-java

in mapreduce, you can use the same code; except that each map() function
processes one file;

Regards,
*Stanley Shi,*



On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>

Re: Process of files in mapreduce

Posted by Stanley Shi <ss...@gopivotal.com>.
For reading PDF in java, you may refer to this link:
http://stackoverflow.com/questions/4784825/how-to-read-pdf-files-using-java

in mapreduce, you can use the same code; except that each map() function
processes one file;

Regards,
*Stanley Shi,*



On Wed, Mar 12, 2014 at 4:53 PM, Ranjini Rathinam <ra...@gmail.com>wrote:

> Hi,
>
> How to read a PDF file in mapreduce.
>
> Please provide sample code or sample link for refernce.
>
>
> thanks in advance.
>
> Ranjini
>
>