GitHub user kayousterhout opened a pull request:
https://github.com/apache/spark/pull/308
Remove the getStageInfo() method from SparkContext.
This method exposes the Stage objects, which are
private to Spark and should not be exposed to the
user.
This method was added in
https://github.com/apache/spark/commit/01d77f329f5878b7c8672bbdc1859f3ca95d759d;
ccing @squito here in case there's a good reason to keep this!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kayousterhout/spark-1 remove_public_method
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/308.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #308
----
commit 2e2f00901d15a1bf78d7157adeb480d6aa136b4e
Author: Kay Ousterhout <[email protected]>
Date: 2014-04-02T23:02:06Z
Remove the getStageInfo() method from SparkContext.
This method exposes the Stage objects, which are
private to Spark and should not be exposed to the
user.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---