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

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

@@ -38,7 +38,7 @@
show databases;
```
<div align="center"> <img width='700px' src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-show-database.png"/> </div>
<div align="center"> <img width='700px' src="../pictures/hive-show-database.png"/> </div>
### 1.2 使用数据库
@@ -161,7 +161,7 @@ CREATE [TEMPORARY] [EXTERNAL] TABLE [IF NOT EXISTS] [db_name.]table_name --
使用 `desc format emp_external` 命令可以查看表的详细信息如下:
<div align="center"> <img width='700px' src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-external-table.png"/> </div>
<div align="center"> <img width='700px' src="../pictures/hive-external-table.png"/> </div>
### 2.4 分区表
@@ -292,7 +292,7 @@ load data local inpath "/usr/file/emp.txt" into table emp;
加载后可查询表中数据:
<div align="center"> <img width='700px' src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-select-emp.png"/> </div>
<div align="center"> <img width='700px' src="../pictures/hive-select-emp.png"/> </div>