Re: How do I create a sequence file on my local harddrive?

2011-04-25 Thread W.P. McNeill
David Rosenstrauch's answer worked for me. Thanks.

Re: How do I create a sequence file on my local harddrive?

2011-04-25 Thread David Rosenstrauch
On 04/22/2011 09:09 PM, W.P. McNeill wrote: I want to create a sequence file on my local harddrive. I want to write something like this: LocalFileSystem fs = new LocalFileSystem(); Configuration configuration = new Configuration(); Try doing this instead: Configuration

Re: How do I create a sequence file on my local harddrive?

2011-04-22 Thread Joey Echeverria
Did you try calling fs.setConf(configuration)? On Apr 22, 2011 9:09 PM, "W.P. McNeill" wrote:

How do I create a sequence file on my local harddrive?

2011-04-22 Thread W.P. McNeill
I want to create a sequence file on my local harddrive. I want to write something like this: LocalFileSystem fs = new LocalFileSystem(); Configuration configuration = new Configuration(); SequenceFile.Writer writer = SequenceFile.createWriter(fs, configuration, new P