Open Taurus-Le opened 11 months ago
Hi there, I'm just wondering if it's possible for raydp to utilize a spark session created by Apache Livy? Livy can provide a long running spark session, which helps to reduce the overhead of creating spark session repeatedly.
Have you tried it? You can look into python/raydp/context.py to see how we create the session now, and how you can modify it to use Livy.
Hi there, I'm just wondering if it's possible for raydp to utilize a spark session created by Apache Livy? Livy can provide a long running spark session, which helps to reduce the overhead of creating spark session repeatedly.