diff --git a/README.md b/README.md index 4221e59..e5b8480 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ 5. HBase 协处理器 6. HBase 备份与恢复 7. HBase的SQL中间层——Phoenix - ## 十一、Kafka ## 十二、Zookeeper ## 十三、Scala diff --git a/notes/Hbase Shell.md b/notes/Hbase Shell.md index bb763a3..602176b 100644 --- a/notes/Hbase Shell.md +++ b/notes/Hbase Shell.md @@ -1,5 +1,5 @@ -# Hbase 常用 Shell 命令 - @@ -51,12 +50,6 @@ hive里的表名、表结构、字段名、字段类型、表的分隔符等信 -## 三、Hive环境搭建 - - - - - ## 参考资料 1. [Hive Getting Started](https://cwiki.apache.org/confluence/display/Hive/GettingStarted) diff --git a/notes/Linux中大数据常用软件安装指南.md b/notes/Linux中大数据常用软件安装指南.md index ce0f2ce..0df942c 100644 --- a/notes/Linux中大数据常用软件安装指南.md +++ b/notes/Linux中大数据常用软件安装指南.md @@ -9,7 +9,7 @@ ### 二、Hadoop -1. [Hadoop单机版本环境搭建](https://github.com/heibaiying/BigData-Notes/blob/master/notes/installation/Hadoop单机版本环境搭建.md) +1. [Hadoop单机版本环境搭建](https://github.com/heibaiying/BigData-Notes/blob/master/notes/installation/hadoop%E5%8D%95%E6%9C%BA%E7%89%88%E6%9C%AC%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md) 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)