You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/05/16 09:07:59 UTC

[jira] [Resolved] (SPARK-7671) Fix wrong URLs in MLlib Data Types Documentation

     [ https://issues.apache.org/jira/browse/SPARK-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-7671.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 6196
[https://github.com/apache/spark/pull/6196]

> Fix wrong URLs in MLlib Data Types Documentation
> ------------------------------------------------
>
>                 Key: SPARK-7671
>                 URL: https://issues.apache.org/jira/browse/SPARK-7671
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation, MLlib
>         Environment: Ubuntu 14.04. Apache Mesos in cluster mode with HDFS from cloudera 2.6.0-cdh5.4.0.
>            Reporter: Favio Vázquez
>            Priority: Trivial
>              Labels: Documentation,, Fix, MLlib,, URL
>             Fix For: 1.4.0
>
>
> There is a mistake in the URL of Matrices in the MLlib Data Types documentation (Local matrix scala section), the URL points to https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.linalg.Matrices which is a mistake, since Matrices is an object that implements factory methods for Matrix that does not have a companion class. The correct link should point to https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.linalg.Matrices$
> There is another mistake, in the Local Vector section in Scala, Java and Python
> In the Scala section the URL of Vectors points to the trait Vector (https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.linalg.Vector) and not to the factory methods implemented in Vectors. 
> The correct link should be: https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.mllib.linalg.Vectors$
> In the Java section the URL of Vectors points to the Interface Vector (https://spark.apache.org/docs/latest/api/java/org/apache/spark/mllib/linalg/Vector.html) and not to the Class Vectors
> The correct link should be:
> https://spark.apache.org/docs/latest/api/java/org/apache/spark/mllib/linalg/Vectors.html
> In the Python section the URL of Vectors points to the class Vector (https://spark.apache.org/docs/latest/api/python/pyspark.mllib.html#pyspark.mllib.linalg.Vector) and not the Class Vectors
> The correct link should be:
> https://spark.apache.org/docs/latest/api/python/pyspark.mllib.html#pyspark.mllib.linalg.Vectors



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org