Created on 09-08-2017 05:29 AM - edited 09-16-2022 05:12 AM
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!
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!
Created 09-12-2017 08:15 AM
Thanks so much for your help, I've been able to solve the issue.
Created 06-28-2019 01:35 AM
Setting a limit to -1 is not recommended as it could have a severe performance impact. It is better to set it to the value that may resolve your issue. Or it is suggested to change the value to default again once you are done with your job.
It will make Hue Server slow or process exited with out of memory issues, and the root cause is mostly downloading large files.
The following options currently exist for downloading files through the Impala and Hive editors:
Regards,
Tarun Jangid