This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -6,7 +6,7 @@ tags: ["sqoop", "hive", "mysql"]
categories: ["hadoop"]
---
# 把 mysql 表数据导入 hive 中
## 把 mysql 表数据导入 hive 中
- 命令格式
```bash
sqoop import {参数列表}
@@ -38,7 +38,7 @@ categories: ["hadoop"]
--last-value _last_value_
```
# 把 hive 表数据导入 mysql 中
## 把 hive 表数据导入 mysql 中
- 命令格式
```bash
sqoop export {参数列表}