Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-23411

Deprecate SparkContext.getRDDStorageInfo

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.1.0
    • None
    • Spark Core
    • None

    Description

      This is another developer API in SparkContext that is better moved to a more monitoring-minded place such as SparkStatusTracker. The same information is also already available through the REST API.

      Moreover, it exposes RDDInfo, which is a mutable internal Spark type, and exposing that to applications is kinda sketchy. (It can't be made private, though, since it's exposed indirectly in events posted to the listener bus.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            vanzin Marcelo Masiero Vanzin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: