自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

TragicJun的专栏

A little bit everyday

  • 博客(4)
  • 资源 (13)
  • 收藏
  • 关注

原创 【Hadoop】Why Writable Interface

在前面学习RPC系统的时候,可以看到client和server相互通讯都是用Writable类型来序列化。实际上,Writable Interface是一种Hadoop内置的序列化机制,MapReduce中的key, value都需要是Writable。最初一直不太理解,为何Hadoop需要自定义一种序列化机制,而不重用Java内置的序列化机制。《Hadoop The Definiti

2013-06-08 16:51:03 1357 2

原创 【Notes】Effective Java 2nd -- Concurrency

Item 66: Synchronize access to shared mutable data1. Not only does synchronization prevent a thread from observing an object in an inconsistent state, but it ensures thateach thread entering a synch

2013-06-03 11:59:20 1112

原创 A Hadoop data pipeline to analyze applicaction performance

1.  IntroductionIn recent years, Hadoop has been under the spotlight for its flexible and scalable architecture to store and process big data on commodity machines. One of its common use cases is to

2013-06-01 21:50:51 3066

原创 【Hadoop】RPC Client Workflow

Client端比Server端简单,只有两种线程:Client线程:发起RPC的主线程Connection线程:每一个ConnectionId (由组成)唯一对应一个Connection线程,用以接受server端的response如上图所示,基本的工作流程如下:Client线程将输入参数值封装成Call,Call在原来的基础上增加了RPC完成标志和RPC返

2013-06-01 15:40:18 1917

Linux内核完全注释

学习Linux源代码不可多得的好书,推荐下载!!

2008-02-29

Understanding The Linux Kernel(pdf)

经典书籍不用多介绍了,英文版pdf

2008-02-29

Thinking in C++

英文html.每章一个html,方便学习!!

2008-02-29

The C++ Programming Language(Third Edition)

英文版pdf,强烈推荐!!

2008-02-29

Data.Structures.and.Algorithm.Analysis.in.C

英文版chm,强烈推荐!!

2008-02-29

Pragramming windows with MFC

second edition!<br>英文版chm,强烈推荐!

2008-02-29

Thinking in paterns(Java)

Thinking in Java的作者的另一经典著作!

2008-02-29

数据结构与算法分析(Java版)

英文版pdf格式,推荐!!

2008-02-29

Pragramming windows

Pragramming windows 5th edition<br>英文版chm

2008-02-29

Computer_Networks_4th_Edition

Computer_Networks_4th_Edition.chm英文版!

2008-02-29

Modern Operating System

好书不用多介绍了!英文版pdf格式

2008-02-29

Understanding the Linux Kernel

OReilly - Understanding the Linux Kernel - 2nd Edition.chm

2008-02-29

空空如也

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

TA关注的人

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