Hi,
We are using Hive as our data warehouse to run various queries on large amounts of data. There are some users who would like to get access to the output of these queries and display the data on an existing UI application. What is the best way to give them the output of these queries? Should we write REST APIs that the Front end can call to get the data? How can this be done? I'd like to know what have other people done to meet this requirement ? Any pointers would be very helpful. Thanks.