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

Andrew Palumbo edited comment on MAHOUT-1653 at 3/25/15 12:02 AM:
------------------------------------------------------------------

It looks like this compiles OK with the deprecated 
`SparkContext.rddToSequenceFileRDDFunctions`
{code}
    SparkContext.rddToSequenceFileRDDFunctions(rdd.asInstanceOf[RDD[(K, 
VectorWritable)]]).saveAsSequenceFile(path)
{code}

I'm not sure what's going on with the new `RDD.rddToSequenceFileRDDFunctions`.

The spark-1.2 branch is out of sync so I'll have to start a new one.


was (Author: andrew_palumbo):
It looks like this compiles OK with the deprecated 
`SparkContext.rddToSequenceFileRDDFunctions`
{code}
    SparkContext.rddToSequenceFileRDDFunctions(rdd.asInstanceOf[RDD[(K, 
VectorWritable)]]).saveAsSequenceFile(path)
{code}

I'm not sure what's going on with the new `RDD.rddToSequenceFileRDDFunctions`.

The spark 1.3 branch is out of sync so I'll have to start a new one.

> 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