Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Limit Query Result Rows from a Hive Table on Hue

avatar
Visitor

Hi,

 

how could I limit the rows returned from a query on a Hive table using Hue 4.1.0 without using the LIMIT syntax or the parameters %_partitions_limit.

2 REPLIES 2

avatar
Super Guru
Hue always returns partial result and load more data when you scroll down, is it not working for you?

avatar
Super Guru
You could also look at the 'download_row_limit', e.g.
https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L1087