Hi I am new to Apache Livy and trying to understand the offerings better. A couple of queries here:
1. I understand that Livy REST APIs let me pass the same session id, if I need to execute the new request in the context of an already existing SparkSession. Can someone help me to understand how the above works under the hood? 2. We have a usease to invoke Spark directly from a microservice(direct RPC) . Is it possible/feasible to pick certain classes from Apache Livy to call Spark directly(i.e direct RPC, without going through REST API route) Any help is appreciated. Thanks for your time ! Thanks Jobinesh