You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon" <ed...@apache.org> on 2013/12/12 06:29:02 UTC

Small bug fix patch

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