12 2021 档案

摘要:一、任务调参 1.1 spark.executor.memory executor执行分配的内存大小 1.2 spark.executor.cores executor执行分配的核数 1.3 spark.executor.instances 需要的executor个数,等同num-executors 阅读全文
posted @ 2021-12-22 13:51 Robots2 阅读(1233) 评论(0) 推荐(0)
摘要:一、客户端连接1.1 客户端连接ck./clickhouse-client -h 127.0.0.1 --port 9900 -u default --password 123456 -m 1.2 https方式:或jdbc方式echo 'select 1' | curl 'http://127.0 阅读全文
posted @ 2021-12-20 15:41 Robots2 阅读(448) 评论(0) 推荐(0)
摘要:一、安装Redis 1.1 linux安装 sudo apt install redis-tools 1.2 mac安装redis brew tap ringohub/redis-cli brew update && brew doctor brew install redis-cli 二、常用命令 阅读全文
posted @ 2021-12-17 15:57 Robots2 阅读(59) 评论(0) 推荐(0)
摘要:一、下载地址https://www.scala-lang.org/download/ 二、解压后配置环境变量解压到softWare目录修改vim ~/.bash_profile #Scala SCALA_HOME=/Users/Robots2/softWare/scala-2.11.12 expor 阅读全文
posted @ 2021-12-03 14:36 Robots2 阅读(192) 评论(0) 推荐(0)
摘要:一、调整连接服务器超时时间 Options->Global Options->General->Default Session-> 右侧Edit Default Settings->Terminal->Anti-idle选项卡->勾选Send protocol设置为120分钟 二、设置背景主题和字体 阅读全文
posted @ 2021-12-02 18:04 Robots2 阅读(699) 评论(0) 推荐(0)