Thanks Xiangrui, that did the trick.
Dieterich
On Jun 8, 2014, at 10:17 PM, Xiangrui Meng [via Apache Spark User List]
wrote:
> Hi dlaw,
>
> You are using breeze-0.8.1, but the spark assembly jar depends on
> breeze-0.7. If the spark assembly jar comes the first on the classpat
Thanks for the quick response. No, I actually build my jar via 'sbt package'
on EC2 on the master itself.
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/Classpath-errors-with-Breeze-tp7220p7225.html
Sent from the Apache Spark User List mailing list archive
I'm having some trouble getting a basic matrix multiply to work with Breeze.
I'm pretty sure it's related to my classpath. My setup is a cluster on AWS
with 8 m3.xlarges. To create the cluster I used the provided ec2 scripts and
Spark 1.0.0.
I've made a gist with the relevant pieces of my app:
ht