题目内容:
对于文本行“hellohadoophelloworld”,经过WordCount的Reduce函数处理后的结果是:
A.<"hello",1,1><"hadoop",1><"world",1>
B.<"hello",2><"hadoop",1><"world",1>
C.<"hello",<1,1>><"hadoop",1><"world",1>
D.<"hello",1><"hello",1><"hadoop",1><"world",1>
参考答案:
对于文本行“hellohadoophelloworld”,经过WordCount的Reduce函数处理后的结果是:
A.<"hello",1,1><"hadoop",1><"world",1>
B.<"hello",2><"hadoop",1><"world",1>
C.<"hello",<1,1>><"hadoop",1><"world",1>
D.<"hello",1><"hello",1><"hadoop",1><"world",1>