Re: Launch a pyspark Job From UI

2018-06-11 Thread uğur sopaoğlu
Dear Hemant, I have built spark cluster by using docker container. Can I use apache livy to submit a job to master node? hemant singh şunları yazdı (11 Haz 2018 13:55): > You can explore Livy https://dzone.com/articles/quick-start-with-apache-livy > >> On Mon, Jun 11, 2018 at 3:35 PM,

Re: Launch a pyspark Job From UI

2018-06-11 Thread Sathishkumar Manimoorthy
You can use Zeppelin as well https://zeppelin.apache.org/docs/latest/interpreter/spark.html Thanks, Sathish On Mon, Jun 11, 2018 at 4:25 PM, hemant singh wrote: > You can explore Livy https://dzone.com/articles/quick-start-with- > apache-livy > > On Mon, Jun 11, 2018 at 3:35 PM, srungarapu

Re: Launch a pyspark Job From UI

2018-06-11 Thread hemant singh
You can explore Livy https://dzone.com/articles/quick-start-with-apache-livy On Mon, Jun 11, 2018 at 3:35 PM, srungarapu vamsi wrote: > Hi, > > I am looking for applications where we can trigger spark jobs from UI. > Are there any such applications available? > > I have checked Spark-jobserver

Launch a pyspark Job From UI

2018-06-11 Thread srungarapu vamsi
Hi, I am looking for applications where we can trigger spark jobs from UI. Are there any such applications available? I have checked Spark-jobserver using which we can expose an api to submit a spark application. Are there any other alternatives using which i can submit pyspark jobs from UI ?