forked from github/dataease
feat: 优化参数
This commit is contained in:
parent
924f639661
commit
e0f748c246
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user