Using spark MLlib without installing Spark

2015-11-21 Thread bowen zhang
Hi folks,I am a big fan of Spark's Mllib package. I have a java web app where I want to run some ml jobs inside the web app. My question is: is there a way to just import spark-core and spark-mllib jars to invoke my ML jobs without installing the entire Spark package? All the tutorials related S

Re: Using spark MLlib without installing Spark

2015-11-21 Thread bowen zhang
Thanks Rad for info. I looked into the repo and see some .snb file using spark mllib. Can you give me a more specific place to look for when invoking the mllib functions? What if I just want to invoke some of the ML functions in my HelloWorld.java? From: Rad Gruchalski To: bowen zhang