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

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -