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

Remove the getStageInfo() method from SparkContext. #308

Closed

Conversation

kayousterhout
Copy link
Contributor

This method exposes the Stage objects, which are
private to Spark and should not be exposed to the
user.

This method was added in 01d77f3; ccing @squito here in case there's a good reason to keep this!

This method exposes the Stage objects, which are
private to Spark and should not be exposed to the
user.
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished.

@AmplabJenkins
Copy link

Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13702/

@kayousterhout
Copy link
Contributor Author

Jenkins, retest this please

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished.

@AmplabJenkins
Copy link

Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13708/

@mateiz
Copy link
Contributor

mateiz commented Apr 4, 2014

Seems good to me unless people wanted to use it directly. If that's the case, we could also mark it as a developer method instead.

@pwendell
Copy link
Contributor

pwendell commented Apr 4, 2014

I think this is just an omission that should have been private. If needed we can make it public later on.

@mateiz
Copy link
Contributor

mateiz commented Apr 5, 2014

Alright, going to merge this.

@asfgit asfgit closed this in 2d0150c Apr 5, 2014
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
This method exposes the Stage objects, which are
private to Spark and should not be exposed to the
user.

This method was added in apache@01d77f3; ccing @squito here in case there's a good reason to keep this!

Author: Kay Ousterhout <[email protected]>

Closes apache#308 from kayousterhout/remove_public_method and squashes the following commits:

2e2f009 [Kay Ousterhout] Remove the getStageInfo() method from SparkContext.
mccheah added a commit to lins05/spark that referenced this pull request Jun 2, 2017
erikerlandson pushed a commit to erikerlandson/spark that referenced this pull request Jul 28, 2017
gatesn pushed a commit to gatesn/spark that referenced this pull request Mar 14, 2018
bzhaoopenstack pushed a commit to bzhaoopenstack/spark that referenced this pull request Sep 11, 2019
arjunshroff pushed a commit to arjunshroff/spark that referenced this pull request Nov 24, 2020
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