[
https://issues.apache.org/jira/browse/MAHOUT-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Lyubimov resolved MAHOUT-1769.
--------------------------------------
Resolution: Fixed
> 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
> Assignee: Andrew Musselman
> Priority: Minor
> Fix For: 0.12.0
>
>
> 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)