上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
  2014年2月28日
摘要: Understanding Virtual Memory by Norm Murray and Neil Horman Introduction Definitions The Life of a Page Tuning the VM Example Scenarios Further R... 阅读全文
posted @ 2014-02-28 13:52 #hanhui 阅读(178) 评论(0) 推荐(0) 编辑
  2014年2月27日
摘要: 近些年来Hadoop生态系统发展迅猛,它本身包含的软件越来越多,同时带动了周边系统的繁荣发展。尤其是在分布式计算这一领域,系统繁多纷杂,时不时冒出一个系统,号称自己比MapReduce或者Hive高效几十倍,几百倍。有一些无知的人,总是跟着瞎起哄,说Impala将取代Hive,Spark将取代H... 阅读全文
posted @ 2014-02-27 10:20 #hanhui 阅读(116) 评论(0) 推荐(0) 编辑
  2014年2月19日
摘要: In this tutorial I will describe how to write a simpleMapReduce program for Hadoop in thePython programming language. Motivation Even though the H... 阅读全文
posted @ 2014-02-19 18:19 #hanhui 阅读(178) 评论(0) 推荐(0) 编辑
  2014年2月18日
摘要: HDFS 2 architecture YARN architecture 阅读全文
posted @ 2014-02-18 22:14 #hanhui 阅读(176) 评论(0) 推荐(0) 编辑
  2014年2月11日
摘要: For early Hbase developers, it is often a nightmare to understand how the different modules speak among themselves and what. This comes in handy to ... 阅读全文
posted @ 2014-02-11 16:29 #hanhui 阅读(229) 评论(0) 推荐(0) 编辑
摘要: HBase architecture follows the traditional master slave model where you have a master which takes decisions and one or more slaves which does the re... 阅读全文
posted @ 2014-02-11 16:18 #hanhui 阅读(234) 评论(0) 推荐(0) 编辑
  2014年1月24日
摘要: 简介: 最近在写MapReduce程序处理日志时,需要解析JSON配置文件,简化Java程序和处理逻辑。但是Hadoop本身似乎没有内置对JSON文件的解析功能,我们不得不求助于第三方JSON工具包。这里选择json-simple实现我们的功能。 在Hadoop上执行Java程序的命令如下所... 阅读全文
posted @ 2014-01-24 15:37 #hanhui 阅读(1436) 评论(0) 推荐(0) 编辑
  2014年1月21日
摘要: Linearizability and Sequential Consistency a) A sequentially consistent data store. b) A data store that is not sequentially con... 阅读全文
posted @ 2014-01-21 18:33 #hanhui 阅读(266) 评论(0) 推荐(0) 编辑
摘要: GFS: Evolution on Fast-forward by Marshall Kirk McKusick, Sean Quinlan | August 7, 2009 A discussion between Kirk McKusick and Sean Quinlan aboutth... 阅读全文
posted @ 2014-01-21 17:03 #hanhui 阅读(226) 评论(0) 推荐(0) 编辑
  2014年1月20日
摘要: HBase vs. BigTable Comparison HBase is an open-source implementation of the Google BigTable architecture. That part is fairly easy to understand ... 阅读全文
posted @ 2014-01-20 09:32 #hanhui 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页