I have setup an Spark cluster within HDInsight on Azure, I have a service thaqt is pushing data in to HDInsight blob storage on a regular basis and I have created a Hive External table on top of that. I am able to use Jupyter and execute some Spark SQL queries and see results.
Now I have a ASP.Net web site that needs to execute similar Spark SQL query job on user request and display the result on the webpage.
Are there any library to felicitate this or can someone share some sample on how to accomplish this?
I see that HDInsight spark cluster cluster comes with the Livy, but I see no sample that shows us how to use it from my dotnet environment. BTW I am assuming this is the route we need to take to address my issue.
I am really new to all this, any pointers will really help.
Thanks, Kiran