Re: Breeze Library usage in Spark

2014-10-03 Thread Xiangrui Meng
Did you add a different version of breeze to the classpath? In Spark
1.0, we use breeze 0.7, and in Spark 1.1 we use 0.9. If the breeze
version you used is different from the one comes with Spark, you might
see class not found. -Xiangrui

On Fri, Oct 3, 2014 at 4:22 AM, Priya Ch learnings.chitt...@gmail.com wrote:
 Hi Team,

 When I am trying to use DenseMatrix of breeze library in spark, its throwing
 me the following error:

 java.lang.noclassdeffounderror: breeze/storage/Zero


 Can someone help me on this ?

 Thanks,
 Padma Ch



-
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org



Re: Breeze Library usage in Spark

2014-10-03 Thread David Hall
yeah, breeze.storage.Zero was introduced in either 0.8 or 0.9.

On Fri, Oct 3, 2014 at 9:45 AM, Xiangrui Meng men...@gmail.com wrote:

 Did you add a different version of breeze to the classpath? In Spark
 1.0, we use breeze 0.7, and in Spark 1.1 we use 0.9. If the breeze
 version you used is different from the one comes with Spark, you might
 see class not found. -Xiangrui

 On Fri, Oct 3, 2014 at 4:22 AM, Priya Ch learnings.chitt...@gmail.com
 wrote:
  Hi Team,
 
  When I am trying to use DenseMatrix of breeze library in spark, its
 throwing
  me the following error:
 
  java.lang.noclassdeffounderror: breeze/storage/Zero
 
 
  Can someone help me on this ?
 
  Thanks,
  Padma Ch
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
 For additional commands, e-mail: dev-h...@spark.apache.org