[ 
https://issues.apache.org/jira/browse/MAHOUT-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379276#comment-14379276
 ] 

Andrew Palumbo commented on MAHOUT-1653:
----------------------------------------

Oops.. Was casting to [RDD[(K, VectorWritable)]] rather than [RDD[(K, Vector)]
{code}    
SparkContext.rddToSequenceFileRDDFunctions(rdd.asInstanceOf[RDD[(K, 
Vector)]]).saveAsSequenceFile(path)
{code}

All tests are passing now for the spark module using 1.3.  Will look into the 
spark-shell shortly.

Changes are available on my MAHOUT-1653-spark-1.3 branch:

https://github.com/apache/mahout/compare/master...andrewpalumbo:MAHOUT-1653-spark-1.3?expand=1

With the shell build disabled for now. 

> Spark 1.3
> ---------
>
>                 Key: MAHOUT-1653
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1653
>             Project: Mahout
>          Issue Type: Dependency upgrade
>    Affects Versions: 0.10.0
>            Reporter: Andrew Musselman
>            Priority: Critical
>
> Support Spark 1.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to