<"hadoop",1><"world",1>B.&…"> -->
当前位置:首页 > 题库

单选题:h0173. WordCount词频统计

Luz4年前 (2022-05-05)题库676
‍对于文本行“hello hadoop hello world”,经过WordCount的Reduce函数处理后的结果是:



A.<"hello",1,1><"hadoop",1><"world",1>
B.<"hello",1><"hello",1><"hadoop",1><"world",1>
C.
<"hello",2><"hadoop",1><"world",1>
D. <"hello",<1,1>><"hadoop",1><"world",1>


答案:C