首页 > 其他 > 详细

HUE 配置参数优化

时间:2020-04-08 11:50:04      阅读:256      评论:0      收藏:0      [点我收藏+]
1、图形页面表展示限制为5000,业务需要进行调整。
参数如下

/opt/cloudera/parcels/CDH-5.14.2-1.cdh5.14.2.p0.3/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py

744  max_rows=5000
754  max_rows=5000
771  max_rows=5000
784  max_rows=5000

2、hue 下载限制调整

参数如下
/opt/cloudera/parcels/CDH/lib/hue/apps/beeswax/src/beeswax/conf.py +103

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

HUE 配置参数优化

原文:https://blog.51cto.com/linuxboys/2485596

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