KMeans and NeuralNetwork doesn't load config file, so it always uses local filesystem.
- Configuration conf = new Configuration();
+ HamaConfiguration conf = new HamaConfiguration();
+
Path in = new Path(args[0]);
Path out = new Path(args[1]);
FileSystem fs = FileSystem.get(conf);
--
Best Regards, Edward J. Yoon
@eddieyoon
