mapreduce
文章平均质量分 69
leibnitz09
这个作者很懒,什么都没留下…
展开
-
从mapreduce想起
todo原创 2011-07-16 11:08:22 · 78 阅读 · 0 评论 -
hadoop mapreduce workflows
1.simple workflow of running a job 2.MR handled by streaming or pipe process from which out of java programs 3.report job or task stauts from TT to client through JT ============ Tas...2011-04-08 13:14:04 · 88 阅读 · 0 评论 -
hadoop mapreduce shuffle
it is a trick to understand the shuffle principle in hadoop.let us to learn together. if u find something wrong in this descriptions,please tell me why :) here is a 4 maps + 3 reds 1. why ...2011-04-09 01:43:56 · 78 阅读 · 0 评论 -
FairScheduler in hadoop mapreduce
as i reviewed the book,it saied: a.it 's goal is to let each user fairly share the cluster resources b.jobs are placed in pools ,and each user has their own pool . c.u can set the priorify of a...2011-04-09 08:06:06 · 86 阅读 · 0 评论 -
hbase需要使用mapreduce来查询吗
hbase本身已经提供了实时查询功能了,如bloom filters等.如果加入mr的话,那么好处是什么呢? 如果使用mr对hbase中的数据进行非实时性的统计分析,这是可行的,但这样已经有了替代方案:hive. 这正如pig基于hadoop一样,将mr的业务抽取出来了. references: http://hadoop.nchc.org.tw/phpbb/viewtopic...原创 2012-03-05 15:17:37 · 940 阅读 · 0 评论