Description
In Hive on Spark, we want to track spark job status through Spark API, the basic idea is as following:
- create an hive-specified spark listener and register it to spark listener bus.
- hive-specified spark listener generate job status by spark listener events.
- 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
- is depended upon by
-
SPARK-3145 Hive on Spark umbrella
- Resolved
-
HIVE-7552 Collect spark job statistic through spark metrics [Spark Branch]
- Resolved
-
HIVE-7292 Hive on Spark
- Resolved
-
HIVE-7893 Find a way to get a job identifier when submitting a spark job [Spark Branch]
- Resolved
- relates to
-
SPARK-2321 Design a proper progress reporting & event listener API
- Resolved
- links to