HUE 配置参数优化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HUE 配置参数优化相关的知识,希望对你有一定的参考价值。

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 配置参数优化的主要内容,如果未能解决你的问题,请参考以下文章

hue耗流量优化

Hue, Solr - 搜索词的自动填充

Seaborn小提琴图中HUE参数的多列

如何在Hue中配置Impala的负载均衡

linux学习:Nginx--常见功能配置片段与优化-06

Seaborn.relplot() 中的 `hue` 参数在给定数值数据时会跳过一个整数?