Here is the Rest related part in Spark ( https://github.com/apache/spark/tree/master/core/src/main/scala/org/apache/spark/deploy/rest ), current I don't think there's a document address this part, also this rest api is only used for SparkSubmit currently, not public API as I know.
Thanks Jerry On Mon, Aug 31, 2015 at 4:19 PM, canan chen <[email protected]> wrote: > I mean the spark builtin rest api > > On Mon, Aug 31, 2015 at 3:09 PM, Akhil Das <[email protected]> > wrote: > >> Check Spark Jobserver >> <https://github.com/spark-jobserver/spark-jobserver> >> >> Thanks >> Best Regards >> >> On Mon, Aug 31, 2015 at 8:54 AM, canan chen <[email protected]> wrote: >> >>> I found the rest api for submitting spark job, but did not found the >>> document. Could any one point it to me ? Thanks >>> >> >> >
