自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

kiwi_coder

@kiwi小白 就是比你白

  • 博客(7)
  • 收藏
  • 关注

原创 <<Big Data: Principles and Best Practices of Scalable Realtime Data Systems>>读书笔记

Chapter 1 A New Paradigm for Big Data1.1 How this Book is structuredfocus on principles of big data problem => theory / illustration1.2 Scaling with a traditional databaseoriginal proble

2015-10-22 20:23:47 3388 2

原创 ZooKeeper相关资料

ZooKeeper: enables coordination for distributed systemSimilar to multithread programming, but shared nothing. Easier with a component provide share store, like ZooKeeper.ZooKeeper manage data

2015-10-14 23:56:33 2138

原创 java8 Stream和Lisp对比

java8支持了函数式编程,lisp中最基本的元素就是list,car,cdr,cons,那么通过java8的stream API怎么能够构建类似lisp的使用方式呢?1.(car list)取出头list.stream().findFirst().get()2. (cdr list) 取出除头部外list.stream().skip(1)

2015-10-09 18:07:39 2784

原创 《SICP》读书笔记--Chapter 3 Modularity, Objects and State

Chapter 3 Modularity, Objects, and StateModularity, divide system to coherent parts that can be separately developed and maintained.How to modularity?Two prominent organizational strategies

2015-10-09 12:17:57 2116

原创 《Hadoop: The Definitive Guide》读书笔记 -- Chapter 3 The Hadoop distributed Filesystem

Chapter 3 The Hadoop distributed FilesystemDesign:1. Very Large Files2. Streaming Data Access (Write once, read-many-times)3. Commodity HardwareNOT GOOD FIT1. Low-latency data acce

2015-10-08 19:25:40 1982

原创 《Hadoop: The Definitive Guide》读书笔记 -- Chapter 2 MapReduce

Chapter 2 MapReduceAnalyzing the Data with Unix ToolsProblems1. dividing work into equal-size isn't always easy or obvious.2. Combining the results from independent processes may require f

2015-10-08 19:02:59 1808

原创 《Hadoop: The Definitive Guide》读书笔记 -- Chapter 1 Meet Hadoop

PrefaceStripped to its core, the tools that Hadoop provides for working with big data are simple.If there is a common theme, it is about raising the level of abstraction -- to create building bloc

2015-10-01 16:56:48 1954

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除