Re: How to deploy generic Spark applications via Livy using the Java client

2018-09-10 Thread Marcelo Vanzin
If your "orchestrator engine" is receiving pre-built apps from others and needs to execute them in the cluster, you could just use Livy's batch API. I don't think there are Java bindings for that, you'd need to talk to the REST endpoints directly. The code you're referring to is for "interactive"

How to deploy generic Spark applications via Livy using the Java client

2018-09-04 Thread Daniel Seybold
Hi guys, I'd like to use Livy Server and its Java client to deploy generic Spark applications by integrating the Java client into a custom orchestration engine. After going through the docs and experimenting the code I am not sure if this is already possible with Livy, see the following exam