David Rosenstrauch's answer worked for me. Thanks.
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
Did you try calling fs.setConf(configuration)?
On Apr 22, 2011 9: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();
SequenceFile.Writer writer = SequenceFile.createWriter(fs,
configuration,
new P