java - is it possible to use apache mahout classification without hadoop dependency -
is possible use apache mahout classification without dependency hadoop. use mahout algorithm on single computer including mahout library inside java project dont want use hadoop @ since running on single node anyway, windows 7 operating system.
is possible? if yes , algorithm run without hadoop dependency?
thank in advanced
yes, possible run mahout without having install hadoop cluster. need set environment variable
mahout_local=true
on seeing variable, mahout start interacting directly file system data, etc. without trying hadoop cluster or hdfs location.
Comments
Post a Comment