-->
当前位置:首页 > 题库 > 正文内容

单选题:h0173. WordCount词频统计

Luz3年前 (2022-05-05)题库591
‍对于文本行“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

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。