Hi

I know we can create spark context with new JavaStreamingContext(master,
appName, batchDuration, sparkHome, jarFile)

but to run the application we will have to use 

spark-home/spark-submit --class NetworkCount

i want skip submitting manually, i wanted to invoke this spark app when a
condition is true from a while running another java application 



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Submiting-Spark-application-through-code-tp17452p17461.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to