hi Jeff Thanks More specifically i need the Rest api to submit pyspark job, can you point me to Spark submit REST api
> On Oct 6, 2015, at 10:25 PM, Jeff Nadler <[email protected]> wrote: > > > Spark standalone doesn't come with a UI for submitting jobs. Some Hadoop > distros might, for example EMR in AWS has a job submit UI. > > Spark submit just calls a REST api, you could build any UI you want on top of > that... > > > On Tue, Oct 6, 2015 at 9:37 AM, shahid qadri <[email protected] > <mailto:[email protected]>> wrote: > Hi Folks > > How i can submit my spark app(python) to the cluster without using > spark-submit, actually i need to invoke jobs from UI > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]> > >
