Hi, I'm trying to use the breeze library in the spark scala shell, but I'm running into the same problem documented here: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-td15748.html
As I'm using the shell, I don't have a pom.xml, so the solution suggested in that thread doesn't work for me. I've tried the following: - adding commons-math3 using the "--jars" option - adding both breeze and commons-math3 using the "--jar" option - using the "spark.executor.extraClassPath" option on the cmd line as follows: --conf "spark.executor.extraClassPath=commons-math3-3.2.jar" None of these are working for me. Any thoughts on how I can get this working? Thanks, Dean. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org