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-4710] [mllib] Eliminate MLlib compilation warnings #3568

Closed
wants to merge 1 commit into from

Conversation

jkbradley
Copy link
Member

Renamed StreamingKMeans to StreamingKMeansExample to avoid warning about name conflict with StreamingKMeans class.

Added import to DecisionTreeRunner to eliminate warning.

CC: @mengxr

…te compilation warnings, including renaming StreamingKMeans to StreamingKMeansExample.
@SparkQA
Copy link

SparkQA commented Dec 3, 2014

Test build #24072 has started for PR 3568 at commit 64d6bc4.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Dec 3, 2014

Test build #24072 has finished for PR 3568 at commit 64d6bc4.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24072/
Test PASSed.

asfgit pushed a commit that referenced this pull request Dec 3, 2014
Renamed StreamingKMeans to StreamingKMeansExample to avoid warning about name conflict with StreamingKMeans class.

Added import to DecisionTreeRunner to eliminate warning.

CC: mengxr

Author: Joseph K. Bradley <joseph@databricks.com>

Closes #3568 from jkbradley/ml-compilation-warnings and squashes the following commits:

64d6bc4 [Joseph K. Bradley] Updated DecisionTreeRunner.scala and StreamingKMeans.scala to eliminate compilation warnings, including renaming StreamingKMeans to StreamingKMeansExample.

(cherry picked from commit 4ac2151)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
@asfgit asfgit closed this in 4ac2151 Dec 3, 2014
@mengxr
Copy link
Contributor

mengxr commented Dec 3, 2014

LGTM. Merged into master and branch-1.2. Thanks!

@jkbradley jkbradley deleted the ml-compilation-warnings branch December 4, 2014 20:27
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.

4 participants