我正在使用Sqlline,并且需要增加查询线程池的大小。
我在~/.sqlline中添加了一个"sqlline.properties“文件,并添加了phoenix.query.threadPoolSize=256行
phoenix.query.threadPoolSize=256
但是线程池的大小仍然是128。那么,我需要编辑什么文件,语法是什么?
谢谢。
发布于 2019-06-26 19:25:51
遵循这些,它可能会得到解决
https://community.hortonworks.com/questions/224984/phoenix-query-call-from-java-on-larger-data-set-fa.html
https://community.hortonworks.com/content/supportkb/150633/phoenix-query-on-large-table-fails-because-of-quer.html
https://stackoverflow.com/questions/56600466
相似问题