|
123456789101112131415161718192021222324252627282930 |
- > Author: Yueqiang Song
- > Email: songyq_hello@163.com
- > Last Updates: 25/12/2020
-
- #### Requirements
-
- - choppy
- - Ali-Cloud
-
- ```
- $ source activate choppy-pipe-0.3.8.dev0
- $ choppy install songyueqiang/mergefq
- # 如果已安装,可加参数 -f
- $ choppy install songyueqiang/mergefq -f
- $ choppy apps
- ```
-
- #### quick start
-
- ```
- # 运行命令
- $ choppy batch songyueqiang/mergefq-latest sample.csv --project-name Your_project_name
- # 查询运行情况
- $ choppy query -s ID
- # 查询报错信息
- $ choppy query -s ID -m
-
- ```
-
-
|