Life Is Beautiful


  • Home

  • Archives

Apache Hadoop 学习笔记

Posted on 2018-03-07

Hadoop Distributed File System

官方文档:HDFS

HDFS是一个分布式文件系统,具有高容错的特点,它可以部署在“廉价”的通用硬件上,提供高吞吐率的数据访问,适合那些需要处理海量数据集的应用程序。

HDFS 集群状态预览:http://master:50070/dfshealth.html

HDFS 文件系统命令:FileSystemShell

这里只展开基础的几个组件 NameNode、DataNode 和 Secondary NameNode

Read more »

Golang 开发入门

Posted on 2018-03-05

安装

1
2
3
4
5
brew install go
go env

# brew 切换版本
# https://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula/4158763#4158763
Read more »

Python Asyncio 学习笔记

Posted on 2018-02-28
  1. 操作系统任务调度
  2. 进程、线程
  3. 协程
  4. Asyncio
    • 4.1 定义一个协程(Coroutine)
    • 4.2 定义一个任务(Task、Future)
    • 4.3 绑定回调获取结果
    • 4.4 并发、并发控制
    • 4.5 协程停止
  5. 结语
  6. 参考
Read more »

Hello World

Posted on 2006-01-02

Allen Tong

Allen's Blog in Tech Life

4 posts
5 tags
© 2018 Allen Tong
Powered by Hexo
|
Theme — NexT.Mist v6.0.4