http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.SparkStatusTracker
Might be useful On Fri, 13 May 2016 at 11:11 Ted Yu <[email protected]> wrote: > Have you looked > at core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala ? > > Cheers > > On Fri, May 13, 2016 at 10:05 AM, Dood@ODDO <[email protected]> wrote: > >> I provide a RESTful API interface from scalatra for launching Spark jobs >> - part of the functionality is tracking these jobs. What API is available >> to track the progress of a particular spark application? How about >> estimating where in the total job progress the job is? >> >> Thanks! >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
