Storm
stiga-huang
Cloudera Software Engineer.
Impala PMC & Committer.
展开
-
Storm源码细读——Nimbus启动
(defn -launch [nimbus] (launch-server! (read-storm-config) nimbus))(defn standalone-nimbus [] (reify INimbus (prepare [this conf local-dir] ) (allSlotsAvailableForScheduling [this原创 2014-09-04 08:22:02 · 1765 阅读 · 0 评论 -
Storm源码细读——Supervisor启动
空原创 2014-09-10 21:45:08 · 781 阅读 · 0 评论 -
Windows下配置Storm源码阅读环境(vim+ctags)
2014年7月29日此处为Win7 64位系统。1. 安装vim下载vim的Win64版本:http://vim-win3264.googlecode.com/files/vim72.zip解压到任意位置,以下称为$VimHome,在vim72目录下找到,右键以管理员身份运行。之后在弹出的命令行中选择 (do it)执行安装。将$VimHome\vim72加入到原创 2014-07-30 22:41:06 · 856 阅读 · 0 评论