【发布时间】:2015-04-25 07:13:00
【问题描述】:
假设我们有一个文件包含 test::
hi how are you
how is your job
how is your family
what is hadoop hi
mapperclass 的期望输出:
hadoop[1]
hi[1,1]
how[1,1,1]
is[1,1,1]
your[1,1]
对于每个不同的字符串都是这样的......
【问题讨论】:
标签: javascript hadoop collections mapreduce