将导航和图片路径转换为相对路径

This commit is contained in:
罗祥
2019-11-14 17:36:14 +08:00
parent e84d335a48
commit 33525c5b4b
187 changed files with 505 additions and 26825 deletions

View File

@@ -29,7 +29,7 @@ Hive 是一个构建在 Hadoop 之上的数据仓库,它可以将结构化的
## 二、Hive的体系架构
<div align="center"> <img width="600px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive体系架构.png"/> </div>
<div align="center"> <img width="600px" src="../pictures/hive体系架构.png"/> </div>
### 2.1 command-line shell & thrift/jdbc
@@ -84,7 +84,7 @@ Hive 表中的列支持以下基本数据类型:
Hive 中基本数据类型遵循以下的层次结构,按照这个层次结构,子类型到祖先类型允许隐式转换。例如 INT 类型的数据允许隐式转换为 BIGINT 类型。额外注意的是:按照类型层次结构允许将 STRING 类型隐式转换为 DOUBLE 类型。
<div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-data-type.png"/> </div>
<div align="center"> <img src="../pictures/hive-data-type.png"/> </div>