We have REST services running on http server and would want to submit spark code/statements concurrently to an existing running spark application.
How can we create a long running spark context to submit multiple queries?
We have REST services running on http server and would want to submit spark code/statements concurrently to an existing running spark application.
How can we create a long running spark context to submit multiple queries?