You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Andrew Palumbo (JIRA)" <ji...@apache.org> on 2015/03/25 01:02:52 UTC

[jira] [Commented] (MAHOUT-1653) Spark 1.3

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

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

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)