当前位置:网站首页>Sqoop import and export operation
Sqoop import and export operation
2022-07-05 12:34:00 【JKing_ one hundred and sixty-eight】
· from mysq Import to hive
sqoop import \
--connect "jdbc:mysql://192.168.52.150:3306/ Library name ?useUnicode=true&characterEncoding=utf-8" \
--username root \
--password 123456 \
--query "sql sentence where 1=1 and \$CONDITIONS" \
--fields-terminated-by '\t' \
--hcatalog-database hive Library name \
--hcatalog-table hive Table name \
-m 1· from hive Export to mysql
sqoop export \
--connect "jdbc:mysql://192.168.52.150:3306/mysql Library name ?useUnicode=true&characterEncoding=utf-8" \
--username root \
--password 123456 \
--table mysql Table name \
--hcatalog-database hive Library name \
--hcatalog-table hive Table name \
-m 1边栏推荐
- Flutter2 heavy release supports web and desktop applications
- Redis highly available sentinel mechanism
- What is the difference between canvas and SVG?
- Redis's memory elimination mechanism, read this article is enough.
- Master-slave mode of redis cluster
- NPM install reports an error
- C language structure is initialized as a function parameter
- Solve the problem of cache and database double write data consistency
- ZABBIX agent2 monitors mongodb templates and configuration operations
- Instance + source code = see through 128 traps
猜你喜欢

ZABBIX ODBC database monitoring

什么是数字化存在?数字化转型要先从数字化存在开始
![[figure neural network] GNN from entry to mastery](/img/e2/bb045fb03bc255b8659f9ca7cdd26b.jpg)
[figure neural network] GNN from entry to mastery

Hexadecimal conversion summary

MySQL splits strings for conditional queries

MySQL index (1)

MySQL index - extended data

Knowledge representation (KR)

The evolution of mobile cross platform technology

16 channel water lamp experiment based on Proteus (assembly language)
随机推荐
Learn garbage collection 01 of JVM -- garbage collection for the first time and life and death judgment
II. Data type
MySQL index (1)
End to end neural network
Introduction to GNN
Correct opening method of redis distributed lock
Learning JVM garbage collection 06 - memory set and card table (hotspot)
什么是数字化存在?数字化转型要先从数字化存在开始
Time tools
Yum only downloads the RPM package of the software to the specified directory without installing it
Learning items
MySQL multi table operation
byte2String、string2Byte
强化学习-学习笔记3 | 策略学习
How can labels/legends be added for all chart types in chart. js (chartjs.org)?
SENT协议译码的深入探讨
Recyclerview paging slide
Matlab struct function (structure array)
GNN(pytorch-geometric)
POJ-2499 Binary Tree