You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sergey Tryuber (JIRA)" <ji...@apache.org> on 2015/08/17 15:23:47 UTC

[jira] [Created] (MAHOUT-1769) Incorrect documentation for collecting DRM to HDFS

Sergey Tryuber created MAHOUT-1769:
--------------------------------------

             Summary: Incorrect documentation for collecting DRM to HDFS
                 Key: MAHOUT-1769
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1769
             Project: Mahout
          Issue Type: Documentation
          Components: Mahout spark shell
    Affects Versions: 0.11.0
            Reporter: Sergey Tryuber
            Priority: Minor


There is a bug in [documenation|http://apache.github.io/mahout/doc/ScalaSparkBindings.html] (2.3.5 Collecting to HDFS). Instead of:
{code}
A.writeDRM(path = hdfsPath)
{code}
should be
{code}
A.dfsWrite(path = "<non_existing_hdfs_directory>")
{code}



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

Re: [jira] [Created] (MAHOUT-1769) Incorrect documentation for collecting DRM to HDFS

Posted by Dmitriy Lyubimov <dl...@gmail.com>.
This is outdated.

On Mon, Aug 17, 2015 at 6:23 AM, Sergey Tryuber (JIRA) <ji...@apache.org>
wrote:

> Sergey Tryuber created MAHOUT-1769:
> --------------------------------------
>
>              Summary: Incorrect documentation for collecting DRM to HDFS
>                  Key: MAHOUT-1769
>                  URL: https://issues.apache.org/jira/browse/MAHOUT-1769
>              Project: Mahout
>           Issue Type: Documentation
>           Components: Mahout spark shell
>     Affects Versions: 0.11.0
>             Reporter: Sergey Tryuber
>             Priority: Minor
>
>
> There is a bug in [documenation|
> http://apache.github.io/mahout/doc/ScalaSparkBindings.html] (2.3.5
> Collecting to HDFS). Instead of:
> {code}
> A.writeDRM(path = hdfsPath)
> {code}
> should be
> {code}
> A.dfsWrite(path = "<non_existing_hdfs_directory>")
> {code}
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>