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-10926][CORE] Create WeakReferenceCleaner interface that Contex… #8981

Closed

Conversation

mccheah
Copy link
Contributor

@mccheah mccheah commented Oct 5, 2015

Preparing the way for SPARK-10250 which will introduce other objects
that will be cleaned via detecting their being cleaned up. In particular, an existing PR - #8438 - has a dependency on this change, but this change was factored out to its own PR to facilitate reviewing:

@SparkQA
Copy link

SparkQA commented Oct 5, 2015

Test build #43240 has finished for PR 8981 at commit 408bde0.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mccheah mccheah force-pushed the feature/context-cleaner-refactor branch from 408bde0 to 624cb3b Compare October 8, 2015 15:33
@mccheah
Copy link
Contributor Author

mccheah commented Oct 8, 2015

jenkins, retest this please

…tCleaner extends

Preparing the way for SPARK-10250 which will introduce other objects
that will be cleaned via detecting their being cleaned up.
@SparkQA
Copy link

SparkQA commented Oct 8, 2015

Test build #43399 has finished for PR 8981 at commit 624cb3b.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class HasWeightCol(Params):
    • class IsotonicRegression(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol,
    • class IsotonicRegressionModel(JavaModel):

@mccheah
Copy link
Contributor Author

mccheah commented Oct 8, 2015

cc @JoshRosen - patch leading up to the external group by patch.

@SparkQA
Copy link

SparkQA commented Oct 8, 2015

Test build #43397 has finished for PR 8981 at commit 624cb3b.

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

@andrewor14
Copy link
Contributor

@mccheah @JoshRosen does this patch buy us anything if we're not merging #8438?

@rxin
Copy link
Contributor

rxin commented Jun 15, 2016

Thanks for the pull request. I'm going through a list of pull requests to cut them down since the sheer number is breaking some of the tooling we have. Due to lack of activity on this pull request, I'm going to push a commit to close it. Feel free to reopen it or create a new one.

@mccheah
Copy link
Contributor Author

mccheah commented Jun 15, 2016

No worries, sorry for not following up - feel free to close this out.

@asfgit asfgit closed this in 1a33f2e Jun 15, 2016
@robert3005 robert3005 deleted the feature/context-cleaner-refactor branch September 24, 2016 04:09
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