RE: Image Processing in Hadoop

2012-04-02 Thread Shreya.Pal
-Original Message- From: Darren Govoni [mailto:dar...@ontrenet.com] Sent: Monday, April 02, 2012 4:47 PM To: common-user@hadoop.apache.org Subject: RE: Image Processing in Hadoop This doesn't sound like a mapreduce[1] sort of problem. Now, of course, you can store files in HDFS and retrieve them

RE: Image Processing in Hadoop

2012-04-02 Thread Darren Govoni
> -Original Message- > From: Sujit Dhamale [mailto:sujitdhamal...@gmail.com] > Sent: Monday, April 02, 2012 3:36 PM > To: common-user@hadoop.apache.org > Subject: Re: Image Processing in Hadoop > > Shreya can u please Explain your scenario . > > > On Mon, Apr

RE: Image Processing in Hadoop

2012-04-02 Thread Shreya.Pal
has to be displayed and based on user click, need to drill down into the image Thanks and Regards, Shreya Pal -Original Message- From: Sujit Dhamale [mailto:sujitdhamal...@gmail.com] Sent: Monday, April 02, 2012 3:36 PM To: common-user@hadoop.apache.org Subject: Re: Image Processing in

Re: Image Processing in Hadoop

2012-04-02 Thread madhu phatak
Hi Shreya, Image files binary files . Use SequenceFile format to store the image in hdfs and SequenceInputFormat to read the bytes . You can use TwoDWritable to store matrix for image. On Mon, Apr 2, 2012 at 3:36 PM, Sujit Dhamale wrote: > Shreya can u please Explain your scenario . > > > On Mo

Re: Image Processing in Hadoop

2012-04-02 Thread Sujit Dhamale
Shreya can u please Explain your scenario . On Mon, Apr 2, 2012 at 3:02 PM, wrote: > > > Hi, > > > > Can someone point me to some info on Image processing using Hadoop? > > > > Regards, > > Shreya > > > This e-mail and any files transmitted with it are for the sole use of the > intended recipi