From 1ce2c9c088751efddb03b6e83694461a17016556 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Wed, 3 Apr 2019 14:38:38 +0800
Subject: [PATCH] =?UTF-8?q?Update=20Storm=E6=A0=B8=E5=BF=83=E6=A6=82?=
=?UTF-8?q?=E5=BF=B5=E8=AF=A6=E8=A7=A3.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
notes/Storm核心概念详解.md | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/notes/Storm核心概念详解.md b/notes/Storm核心概念详解.md
index 12f6f10..772d8af 100644
--- a/notes/Storm核心概念详解.md
+++ b/notes/Storm核心概念详解.md
@@ -14,8 +14,6 @@
2.4 worker进程
2.5 executor线程
2.6 并行度
-三、Linux下Storm单机版本环境搭建
-四、Storm词频统计案例
## 一、Storm核心概念
@@ -248,17 +246,6 @@ task是最终运行spout或bolt中代码的单元。topology启动后,1个comp
+ 每个executor默认启动一个task线程
-
-## 三、Linux下Storm单机版本环境搭建
-
-
-
-## 四、Storm词频统计案例
-
-
-
-
-
## 参考资料
1. [storm documentation -> Concepts](http://storm.apache.org/releases/1.2.2/Concepts.html)