gpt4 book ai didi

hadoop - HFileOutputFormat2.configureIncrementalLoad 与 HBASE 中的 HFileOutputFormat.configureIncrementalLoad 之间的区别

转载 作者:可可西里 更新时间:2023-11-01 16:40:36 25 4
gpt4 key购买 nike

您能告诉我 HBASE 中的 HFileOutputFormat2.configureIncrementalLoad 与 HFileOutputFormat.configureIncrementalLoad 之间有什么区别,因为这两种方法都可以正常工作?性能有提升吗?

最佳答案

如果您使用这两个类共存的 HBase 版本 (0.96+),那么它们之间绝对没有区别。

您可以查看 HFileOutputFormat 的代码并看到 HFileOutputFormat.configureIncrementalLoad 只是从 HFileOutputFormat2 调用相同的方法:

public static void configureIncrementalLoad(Job job, HTable table)
throws IOException {
HFileOutputFormat2.configureIncrementalLoad(job, table.getTableDescriptor(),
table.getRegionLocator());
}

此行为存在于自 0.96 以来的所有 HBase 版本中,其中添加了 HFileOutputFormat2。

关于hadoop - HFileOutputFormat2.configureIncrementalLoad 与 HBASE 中的 HFileOutputFormat.configureIncrementalLoad 之间的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41587222/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com