मैं NaiveBayesClassifer
इस त्रुटि को प्राप्त करते हुए, हडूप का उपयोग करके एक सरल चलाने की कोशिश कर रहा हूं
Exception in thread "main" java.io.IOException: No FileSystem for scheme: file
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1375)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:66)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1390)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:196)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:95)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:180)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:175)
at org.apache.mahout.classifier.naivebayes.NaiveBayesModel.materialize(NaiveBayesModel.java:100)
कोड:
Configuration configuration = new Configuration();
NaiveBayesModel model = NaiveBayesModel.materialize(new Path(modelPath), configuration);// error in this line..
modelPath
NaiveBayes.bin
फ़ाइल को इंगित कर रहा है, और कॉन्फ़िगरेशन ऑब्जेक्ट मुद्रण कर रहा है -Configuration: core-default.xml, core-site.xml
मुझे लगता है कि जार, किसी भी विचार के कारण?
file:///path/to/dir