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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -