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

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

@@ -55,7 +55,7 @@ usage: hive
hive -e 'select * from emp';
```
<div align="center"> <img width='700px' src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-e.png"/> </div>
<div align="center"> <img width='700px' src="../pictures/hive-e.png"/> </div>
@@ -129,7 +129,7 @@ hive > select ${hivevar:j} from emp;
结果如下:
<div align="center"> <img width='700px' src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-n-j.png"/> </div>
<div align="center"> <img width='700px' src="../pictures/hive-n-j.png"/> </div>
## 二、Beeline