Re: copying binary files to a SequenceFile

2009-02-05 Thread Rasit OZDAS
2009/2/5 Mark Kerzner markkerz...@gmail.com: Hi all, I am copying regular binary files to a SequenceFile, and I am using BytesWritable, to which I am giving all the byte[] content of the file. However, once it hits a file larger than my computer memory, it may have problems. Is there a better

copying binary files to a SequenceFile

2009-02-04 Thread Mark Kerzner
Hi all, I am copying regular binary files to a SequenceFile, and I am using BytesWritable, to which I am giving all the byte[] content of the file. However, once it hits a file larger than my computer memory, it may have problems. Is there a better way? Thank you, Mark