Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-10620 Look into whether accumulator mechanism can replace TaskMetrics
  3. SPARK-12896

Send only accumulator updates, not TaskMetrics, to the driver

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • Spark Core
    • None

    Description

      Currently in Spark there are two different things that the executors send to the driver, accumulators and TaskMetrics. It would allow us to clean up a lot of things if we send ONLY accumulator updates instead of both that and TaskMetrics. Eventually we will be able to make TaskMetrics private and maybe even remove it.

      This blocks on SPARK-12895.

      Attachments

        Activity

          People

            andrewor14 Andrew Or
            andrewor14 Andrew Or
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: