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