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

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

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

Evgeny SInelnikov commented on MAHOUT-1769:
-------------------------------------------

Additional same problem in documentation (2.3.1 Loading DRM off HDFS). Instead of:
 val A = drmFromHDFS(path = hdfsPath)
should be
 val A = drmDfsRead(path = hdfsPath)

> 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)