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

Expose job ID in JobWaiter API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Java API

    Description

      In Hive on Spark, we want to track spark job status through Spark API, the basic idea is as following:

      1. create an hive-specified spark listener and register it to spark listener bus.
      2. hive-specified spark listener generate job status by spark listener events.
      3. hive driver track job status through hive-specified spark listener.

      the current problem is that hive driver need job identifier to track specified job status through spark listener, but there is no spark API to get job identifier(like job id) while submit spark job.

      I think other project whoever try to track job status with spark API would suffer from this as well.

      Attachments

        Issue Links

          Activity

            People

              chengxiang li Chengxiang Li
              chengxiang li Chengxiang Li
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: