简体   繁体   中英

hadoop hbase mapreduce combiner

Now I am writing a Java program to write the output into HBase using Hadoop MapReduce. The question is about the Combiner class. Because now my reduce class extends TableReducer, instead of Reducer. So what about my combiner class, should it also extends TableReducer, or still extends Reducer?

您的组合器类应扩展TableReducer本身,而不应扩展Reducer。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM