Re: library dependencies to run spark local mode

2016-02-04 Thread Valentin Popov
e are you using ? > > Is there other clue from the logs ? If so, please pastebin. > > Cheers > > On Thu, Feb 4, 2016 at 2:49 AM, Valentin Popov <valentin...@gmail.com > <mailto:valentin...@gmail.com>> wrote: > Hi all, > > I’m trying run spark on

library dependencies to run spark local mode

2016-02-04 Thread Valentin Popov
Hi all, I’m trying run spark on local mode, i using such code: SparkConf conf = new SparkConf().setAppName("JavaWord2VecExample").setMaster("local[*]"); JavaSparkContext sc = new JavaSparkContext(conf); but after while (10 sec) I got Exception, here is a stack trace:

Re: library dependencies to run spark local mode

2016-02-04 Thread Valentin Popov
are you using ? > > Is there other clue from the logs ? If so, please pastebin. > > Cheers > > On Thu, Feb 4, 2016 at 2:49 AM, Valentin Popov <valentin...@gmail.com > <mailto:valentin...@gmail.com>> wrote: > Hi all, > > I’m trying run spark on local

MLLib embedded dependencies

2016-02-02 Thread Valentin Popov
Hello every one. I have a some trouble to run word2vec, and run the libs… Is it possible to use spark MLLib as embedded library (like mllib.jar + spark-core.jar) inside Tomcat application (it is already has hadoop libs)? By default it is huge in one jar contains all dependencies and after