SequenceFile.createWriter - throws FileNotFoundException

2013-02-01 Thread Anbarasan Murthy
The following line in KMeansBSP.java throws the FileNotFoundException SequenceFile.Writer centerWriter = SequenceFile.createWriter(fs, conf, center, VectorWritable.class, NullWritable.class, CompressionType.NONE); I am getting the below exception message when I tried executing

Re: SequenceFile.createWriter - throws FileNotFoundException

2013-02-01 Thread Vinod Kumar Vavilapalli
As it clearly says, check the file permissions of your input directory (* /hama/input/center/*). Also whether you want the input on local file-sytem or DFS. +Vinod On Fri, Feb 1, 2013 at 12:59 AM, Anbarasan Murthy anbarasa...@hcl.comwrote: The following line in KMeansBSP.java throws the