Feynman Liang created SPARK-10070:
-------------------------------------

             Summary: Remove Guava dependencies in user guides
                 Key: SPARK-10070
                 URL: https://issues.apache.org/jira/browse/SPARK-10070
             Project: Spark
          Issue Type: Improvement
          Components: ML, MLlib
            Reporter: Feynman Liang


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to