I have a Django application running against MySQL database. I want to introduce Big Data analytics in the application by connecting the same application to Spark which has data stored as hive tables. I can run queries and access the data through beeline. I want to run similar queries from Django app and show the result set in the app.
My environment is :
Spark 1.5.2
Thriftserver 2
Hive metastore on MySQL
Any help will be appreciated.
Thanks