You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/08/18 11:29:45 UTC

[jira] [Commented] (SPARK-10070) Remove Guava dependencies in user guides

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

Apache Spark commented on SPARK-10070:
--------------------------------------

User 'srowen' has created a pull request for this issue:
https://github.com/apache/spark/pull/8272

> Remove Guava dependencies in user guides
> ----------------------------------------
>
>                 Key: SPARK-10070
>                 URL: https://issues.apache.org/jira/browse/SPARK-10070
>             Project: Spark
>          Issue Type: Improvement
>          Components: Documentation, ML, MLlib
>            Reporter: Feynman Liang
>            Priority: Minor
>              Labels: starter
>
> Many code examples in documentation use {{Lists.newArrayList}} (e.g. [ml-feature|https://github.com/apache/spark/blob/master/docs/ml-features.md]) which brings in a dependency on {{com.google.common.collect.Lists}}.
> We can remove this dependency by using {{Arrays.asList}} instead.



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