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-20421][core] Mark internal listeners as deprecated. #17766

Closed
wants to merge 1 commit into from

Commits on Apr 25, 2017

  1. [SPARK-20421][core] Mark internal listeners as deprecated.

    These listeners weren't really meant for external consumption, but they're
    public and marked with @DeveloperAPI. Adding the deprecated tag warns people
    that they may soon go away (as they will as part of the work for SPARK-18085.
    
    Note that not all types made public by apache#648
    are being deprecated. Some remaining types are still exposed through the
    SparkListener API.
    
    Also note the text for StorageStatus is a tiny bit different, since I'm not
    so sure I'll be able to remove it. But the effect for the users should be the
    same (they should stop trying to use it).
    Marcelo Vanzin committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    d16be2b View commit details
    Browse the repository at this point in the history