Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-10 Thread lev
://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18492.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-09 Thread lev
hdfs:// ) and it didn't work.. Thanks, Lev. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18453.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-08 Thread lev
in my code, however met this problem java.lang.NoClassDefFoundError: org/apache/commons/math3/random/RandomGenerator -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18406.html Sent from

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-08 Thread aross
/RandomGenerator Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.random.RandomGenerator -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18411.html Sent from the Apache Spark User

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-08 Thread anny9699
/apache/commons/math3/random/RandomGenerator -- If you reply to this email, your message will be added to the discussion below: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18406.html

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-08 Thread Sean Owen
: org/apache/commons/math3/random/RandomGenerator -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18406.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-11-08 Thread Shivaram Venkataraman
the breeze.stats.distributions.Bernoulli in my code, however met this problem java.lang.NoClassDefFoundError: org/apache/commons/math3/random/RandomGenerator -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748p18406

org/apache/commons/math3/random/RandomGenerator issue

2014-10-04 Thread anny9699
suggestions? Thanks a lot! Anny -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-10-04 Thread Ted Yu
.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-10-04 Thread Ted Yu
have some suggestions? Thanks a lot! Anny -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-10-04 Thread anny9699
. Does anyone have some suggestions? Thanks a lot! Anny -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random-RandomGenerator-issue-tp15748.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Re: org/apache/commons/math3/random/RandomGenerator issue

2014-10-04 Thread anny9699
Thanks Ted this is working now! Previously I added another commons-math3 jar to my classpath and that one doesn't work. This one included by maven seems to work. Thanks a lot! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/org-apache-commons-math3-random