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)