can you explain what transformation is failing. Here's a simple example. http://www.infoobjects.com/spark-calculating-correlation-using-rdd-of-vectors/
On Thu, Jul 23, 2015 at 5:37 AM, <saif.a.ell...@wellsfargo.com> wrote: > I tried with a RDD[DenseVector] but RDDs are not transformable, so T+ > RDD[DenseVector] not >: RDD[Vector] and can’t get to use the RDD input > method of correlation. > > Thanks, > Saif > >