You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/08 22:25:01 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=14577773#comment-14577773 ] 

ASF GitHub Bot commented on MAHOUT-1653:
----------------------------------------

Github user dlyubimov commented on a diff in the pull request:

    https://github.com/apache/mahout/pull/117#discussion_r31955348
  
    --- Diff: spark/src/main/scala/org/apache/mahout/sparkbindings/drm/CheckpointedDrmSpark.scala ---
    @@ -165,7 +167,8 @@ class CheckpointedDrmSpark[K: ClassTag](
           else if (classOf[Writable].isAssignableFrom(ktag.runtimeClass)) (x: K) => x.asInstanceOf[Writable]
           else throw new IllegalArgumentException("Do not know how to convert class tag %s to Writable.".format(ktag))
     
    -    rdd.saveAsSequenceFile(path)
    +    // this is a (working) deprecated method used as a stop-gap while we investigate the shell issues
    --- End diff --
    
    ok stop-gap but perhaps we can do it on top of #135 ..


> Spark 1.3
> ---------
>
>                 Key: MAHOUT-1653
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1653
>             Project: Mahout
>          Issue Type: Dependency upgrade
>            Reporter: Andrew Musselman
>            Assignee: Andrew Palumbo
>             Fix For: 0.11.0
>
>
> Support Spark 1.3



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