Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Expert Contributor

Hi,

 

You can change your hue.ini in Cloudera Manager:

 

(take a look at beeswax section: https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini)

 

[beeswax]

# A limit to the number of rows that can be downloaded from a query before it is truncated.
# A value of -1 means there will be no limit.
## download_row_limit=100000

 

Just navigate to your Hue service -> Configuration -> search for "hue_safety_valve.ini"

 

As you can see the rest is pretty easy.

Screenshot 2017-09-11 20.44.11.png

 

 

 

PS: I was always wondering where this 100K is coming from, so thanks for pointing it out 🙂

 

Cheers!

 

View solution in original post

Who agreed with this solution