摘要:
executor-memory 在集群资源允许的情况下,且不oom的情况下,通常越多越好,同时要在webui观察gc时长,达到平衡值(过多的内存会导致单次gc所需时间过长,过少的内存会导致频繁gc),个人建议上限为单个containers最大值的75%。 num-executors,executor 阅读全文
摘要:
1、下载地址 StreamSets官网提供的下载址:https://archives.streamsets.com/index.html 2、安装包文件 3、配置本地parcel包 将下载的manifest.json和 STREAMSETS_DATACOLLECTOR-3.20.0-el7.parc 阅读全文
摘要:
首先,我们用下面的一段代码,去拼接出来一个用逗号分隔的超长字符串,把从 0 开始一直到 9999 的每个数字都用逗号分隔,拼接成一个超长的字符串,以便于我们可以进行实验。 public class StringSplitTest { public static void main(String[] 阅读全文
摘要:
Collections.sort(list, new Ordering<QtmSysUserListDto>() { @Override public int compare(QtmSysUserListDto arg0, QtmSysUserListDto arg1) { if(arg0.getF 阅读全文
摘要:
pom文件 <dependencies> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> <version>3.0.0</version> </dependency> <depend 阅读全文
摘要:
oracle19c 开启logminer同步数据,报错 19c:Caused by: java.sql.SQLException: ORA-44609: CONTINOUS_MINE 已经不支持用于 DBMS_LOGMNR.START_LOGMNR。 阅读全文