提交 e0f748c2 authored 作者: taojinlong's avatar taojinlong

feat: 优化参数

上级 924f6396
...@@ -472,6 +472,8 @@ public class ExtractDataService { ...@@ -472,6 +472,8 @@ public class ExtractDataService {
hBaseOutputMeta.setTargetMappingName("target_mapping"); hBaseOutputMeta.setTargetMappingName("target_mapping");
hBaseOutputMeta.setNamedCluster(clusterTemplate); hBaseOutputMeta.setNamedCluster(clusterTemplate);
hBaseOutputMeta.setCoreConfigURL(hbase_conf_file); hBaseOutputMeta.setCoreConfigURL(hbase_conf_file);
hBaseOutputMeta.setDisableWriteToWAL(true);
hBaseOutputMeta.setWriteBufferSize("31457280"); //30M
if (extractType.equalsIgnoreCase("incremental_delete")) { if (extractType.equalsIgnoreCase("incremental_delete")) {
hBaseOutputMeta.setDeleteRowKey(true); hBaseOutputMeta.setDeleteRowKey(true);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论