Hive takes a longer time to respond to queries as the data gets larger.

Best way to handle this is you process the data on hive and store in some
rdbms like mysql etc.
On top of that then you can write your own API or use pentaho like
interface where they can write the queries or see predefined reports.

Alternatively, pentaho does have hive connection as well. There are other
platforms such as talend, datameer etc. You can have a look at them


On Thu, Dec 13, 2012 at 1:15 AM, Leena Gupta <gupta.le...@gmail.com> wrote:

> 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.
>



-- 
Nitin Pawar

Reply via email to