摘要:
[MapReduce] 1、Google三宝:分别是03年SOSP的GFS,04年OSDI的MapReduce,和06年OSDI的BigTable 2、Hadoop实际上就是谷歌三宝的开源实现,Hadoop MapReduce对应Google MapReduce,HBase对应BigTable,HDFS对应GFS。HDFS(或GFS)为上层提供高效的非结构化存储服务,HBase(或BigTable)是提供结构化数据服务的分布式数据库,Hadoop MapReduce(或Google MapReduce)是一种并行计算的编程模型,用于作业调度。 3、什么是MapReduce? 如果我想统计下过. 阅读全文
posted @ 2013-09-03 12:09
Tekkaman
阅读(672)
评论(0)
推荐(0)
摘要:
[How To Use Google Flags] 1、Commandline flags are flags that users specify on the command line when they run an executable. In the command -l and -f / 阅读全文
posted @ 2013-09-03 10:42
Tekkaman
阅读(1688)
评论(0)
推荐(0)
浙公网安备 33010602011771号