From f2b16076e17fb957e9020dbbb0d71d3732b2ec59 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Wed, 3 Apr 2019 14:33:35 +0800
Subject: [PATCH 1/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 34f53d8..1ea479e 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@
1. [Hbase基本环境搭建(Standalone /pseudo-distributed mode)](https://github.com/heibaiying/BigData-Notes/blob/master/notes/installation/Hbase%E5%9F%BA%E6%9C%AC%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA.md)
2. [Hbase系统架构及数据结构](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hbase%E7%B3%BB%E7%BB%9F%E6%9E%B6%E6%9E%84%E5%8F%8A%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84.md)
-3. [Hbase 常用Shell命令](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hbase Shell.md)
+3. [Hbase 常用Shell命令](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hbase%20Shell.md)
4. Hbase Java API
5. Hbase 协处理器
6. Hbase 备份与恢复
From f59ddae726fe16c564068f4661a1800d29acfbec Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Wed, 3 Apr 2019 14:34:44 +0800
Subject: [PATCH 2/5] Update Hbase Shell.md
---
notes/Hbase Shell.md | 57 ++++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 28 deletions(-)
diff --git a/notes/Hbase Shell.md b/notes/Hbase Shell.md
index ae63377..7f6cc93 100644
--- a/notes/Hbase Shell.md
+++ b/notes/Hbase Shell.md
@@ -1,31 +1,32 @@
# Hbase 常用 Shell 命令
-
-
+
+
+
## 一、基本命令
#### 1.1 获取帮助
@@ -195,7 +196,7 @@ hbase中访问数据有两种基本的方式
get访问指定key的数据,而scan可以设置begin和end来访问一个范围内所有的数据。get本质上就是begin和end相同的一种特殊的scan。
-### 4.1Get查询
+#### 4.1Get查询
```shell
# 获取指定行中所有列的数据信息
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 3/5] =?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)
From e376b995ea4bc14a588cf96643914400ac59d852 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Wed, 3 Apr 2019 14:39:53 +0800
Subject: [PATCH 4/5] Update Hive.md
---
notes/Hive.md | 7 -------
1 file changed, 7 deletions(-)
diff --git a/notes/Hive.md b/notes/Hive.md
index 5c696c0..21fe020 100644
--- a/notes/Hive.md
+++ b/notes/Hive.md
@@ -8,7 +8,6 @@
2.1 command-line shell & thrift/jdbc
2.2 Metastore
2.3 执行流程
-三、Hive环境搭建
@@ -51,12 +50,6 @@ hive里的表名、表结构、字段名、字段类型、表的分隔符等信
-## 三、Hive环境搭建
-
-
-
-
-
## 参考资料
1. [Hive Getting Started](https://cwiki.apache.org/confluence/display/Hive/GettingStarted)
From da465bca9b5d593262fcee9f26d4beea54938fb5 Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Thu, 4 Apr 2019 09:11:08 +0800
Subject: [PATCH 5/5] =?UTF-8?q?Update=20Linux=E4=B8=AD=E5=A4=A7=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E5=B8=B8=E7=94=A8=E8=BD=AF=E4=BB=B6=E5=AE=89=E8=A3=85?=
=?UTF-8?q?=E6=8C=87=E5=8D=97.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
notes/Linux中大数据常用软件安装指南.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)