This commit is contained in:
罗祥
2019-04-27 10:26:39 +08:00
parent d8437a8fda
commit 74c068c166
9 changed files with 303 additions and 14 deletions

View File

@ -58,14 +58,15 @@
## 二、Hive
1. [数据仓库Hive](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hive.md)
1. [数据仓库Hive简介](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hive.md)
2. [Linux环境下Hive的安装部署](https://github.com/heibaiying/BigData-Notes/blob/master/notes/installation/Linux%E7%8E%AF%E5%A2%83%E4%B8%8BHive%E7%9A%84%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2.md)
3. Hive shell基本使用
4. Hive 数据类型和文件格式
5. Hive 常用 DDL操作
6. Hive 数据查询
7. Hive 视图和索引
8. Hive 模式设计
3. [Hive Shell基本使用](https://github.com/heibaiying/BigData-Notes/blob/master/notes/HiveShell基本使用.md)
4. [Hive 核心概念讲解](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hive核心概念讲解.md)
5. [Hive 分区表和分桶表](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hive分区表和分桶表.md)
6. [Hive 常用DDL操作](https://github.com/heibaiying/BigData-Notes/blob/master/notes/Hive常用DDL操作.md)
7. Hive 数据查询
8. Hive 视图和索引
9. Hive 模式设计
## 三、Spark