Hi everyone. We are using Livy for our custom use case where a user can submit a batch request. We send the user code in spark.jars configuration. But we are having to make a new session everytime. Is there any way that there could be one running session for a user and we could keep submitting new jobs but with a new dependent jar each time.
Thanks
