views:

41

answers:

0

Hi I have an application which stores Hadoop writable objects in a Amazon S3 bucket. How do i now read the object through a java application ? The problem i am facing is that the SequenceFileRecordReader is unable to read from the S3 bucket whereas it can read the same writable object from local disk.

Any suggestions will be greatly appreciated.

thanks