Created 09-11-2017 11:47 AM
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.
PS: I was always wondering where this 100K is coming from, so thanks for pointing it out 🙂
Cheers!