Hi,
  i'am trying to use breeze linalg library for matrix operation in my spark
code. i already add dependency
  on breeze in my build.sbt, and package my code sucessfully.

  when i run on local mode, sbt "run local...", everything is ok

  but when turn to standalone mode, sbt "run spark://127.0.0.1:7077...",
error occurs

14/05/04 18:56:29 WARN scheduler.TaskSetManager: Loss was due to
java.lang.NoSuchMethodError
java.lang.NoSuchMethodError:
breeze.linalg.DenseMatrix$.implOpMulMatrix_DMD_DMD_eq_DMD()Lbreeze/linalg/operators/DenseMatrixMultiplyStuff$implOpMulMatrix_DMD_DMD_eq_DMD$;

  in my opinion, everything needed is packaged to the jar file, isn't it?
  and does anyone used breeze before? is it good for matrix operation?



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/NoSuchMethodError-breeze-linalg-DenseMatrix-tp5310.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to