On Wed, Aug 16, 2017 at 12:25 PM, Meisam Fathi <[email protected]> wrote: > Out of these two problems, calling one spark-submit per application is the > biggest problem, but it can be solved by adding more Livy servers.
Something like SPARK-11035 could also help here. Although the implementation of that particular solution would probably not be a very good fit for Livy in its current state, since it would probably mean restricting the Livy server to a single version of Spark. -- Marcelo
