Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-10256][ML] Removes guava dependency from spark.ml.classification JavaTests #8447

Closed
wants to merge 1 commit into from

Conversation

feynmanliang
Copy link
Contributor

No description provided.

@SparkQA
Copy link

SparkQA commented Aug 26, 2015

Test build #41587 has finished for PR 8447 at commit 53d7abf.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@asfgit asfgit closed this in 1a446f7 Aug 27, 2015
asfgit pushed a commit that referenced this pull request Aug 27, 2015
* Replaces instances of `Lists.newArrayList` with `Arrays.asList`
* Replaces `commons.lang.StringUtils` over `com.google.collections.Strings`
* Replaces `List` interface over `ArrayList` implementations

This PR along with #8445 #8446 #8447 completely removes all `com.google.collections.Lists` dependencies within mllib's Java tests.

Author: Feynman Liang <fliang@databricks.com>

Closes #8451 from feynmanliang/SPARK-10257.
@feynmanliang feynmanliang deleted the SPARK-10256 branch January 13, 2016 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants