MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Automatically start Livy session if none present #398

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

While stale Livy/Spark sessions will be created if they exist, if a Livy session is not present, Jobs will fail immediately without much explanation. Feedback has been that managing Livy sessions is really not something that users want, or should need, to do.

This proposes to have Livy sessions start even if not present, automatically, when code is submitted to Spark.

ghukill commented 5 years ago

Done.