首页 > 其他 > 详细

hue改保存记录条数

时间:2019-08-05 14:28:42      阅读:117      评论:0      收藏:0      [点我收藏+]

参考: 

https://blog.csdn.net/liaoxiaoyi121121/article/details/80541901

 

需求:

开发需要保存查询记录的条数从10万改到100万

技术分享图片

 

 

 

/etc/hue/conf/hue.ini
搜download_row_limit, 改默认的条数
重启服务

如果不成功,改源码:
/opt/cloudera/parcels/CDH-6.2.0-1.cdh6.2.0.p0.967373/lib/hue/apps/beeswax/src/beeswax
vim conf.py中default的值

DOWNLOAD_CELL_LIMIT = Config(
key=‘download_cell_limit‘,
default=10000000,
type=int,
help=_t(‘A limit to the number of cells (rows * columns) that can be downloaded from a query ‘
‘(e.g. - 10K rows * 1K columns = 10M cells.) ‘
‘A value of -1 means there will be no limit.‘))

hue改保存记录条数

原文:https://www.cnblogs.com/hongfeng2019/p/11302707.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!