当前位置:网站首页>Save the sqoop run template
Save the sqoop run template
2022-07-25 06:43:00 【You in Yangzhou】
kinit -kt /var/lib/hue/hue.keytab hue
sqoop import \
-D mapred.job.queue.name=root.etl.ld \
-D org.apache.sqoop.splitter.allow_text_splitter=true \
--connect jdbc:oracle:thin:@$1:$2:$3 \
--username $4 \
--password $5 \
--query "SELECT
C_IDEN,
C_IDEN_RELA,
C_SEC_CODE,
C_SEC_CODE_TAG,
N_TD_AMOUNT,
C_TD_TYPE,
D_UPDATE_INFO
FROM V45HRXT.T_D_AC_TRADE_ZYW
WHERE \$CONDITIONS" \
--target-dir /user/hive/warehouse/ld.db/fa45_t_d_ac_trade_zyw \
--split-by C_IDEN \
--fields-terminated-by '\001' \
--delete-target-dir \
--hive-drop-import-delims \
--mapreduce-job-name sqoop_fa45_t_d_ac_trade_zyw \
--num-mappers 1 \
--null-string '\\N' \
--null-non-string '\\N' \
--as-textfile
边栏推荐
- Software engineering in Code: regular expression ten step clearance
- Qt实战案例(53)——利用QDrag实现拖拽拼图功能
- Filebeat6.4 quick start
- Can communication test based on STM32: turn the globe
- 【transformer】DeiT
- Easy to use code statistics tool
- Create a new STM32 project and configure it - based on registers
- Case ---- how efficient is the buffer stream compared with the ordinary input stream and output stream?
- Play with the one-stop plan of cann target detection and recognition [basic]
- [C language] program environment and preprocessing
猜你喜欢

Special episode of Goddess Festival | exclusive interview with Chinese AI goddess Zhang Qingqing's transformation from a female learning tyrant to a female entrepreneur
![[C language] document processing and operation](/img/d7/3d34401f78399dcd6d571bc0bc84bf.png)
[C language] document processing and operation

4、 MFC toolbar, runtime class information mechanism, runtime creation mechanism

JSON、

Download and run the C open source control metroframework demo project

DOM event type

Easy gene chip SEQ analysis method: practical workflow and advanced applications
![[C language] in depth understanding of pointers and arrays (phase I)](/img/4b/26cf10baa29eeff08101dcbbb673a2.png)
[C language] in depth understanding of pointers and arrays (phase I)

How does vscode enable multiple terminals? How to display horizontally?

Thread 类的基本用法
随机推荐
Scientific computing library numpy Foundation & Improvement (Understanding + explanation of important functions)
Introduction to the usage of explain and the meaning of result field in MySQL
JS data type judgment - Case 6 delicate and elegant judgment of data type
Installation and configuration of automatic operation and maintenance management workers ansible
C#开源控件MetroFramework Demo项目下载和运行
How programmers write bugs
Discuss the important factors that affect the success or failure of automated testing
使用 Web API 上传和下载多个文件
GIS实战应用案例100篇(十七)-基于DEM制作三维地图
JS array = number assignment changes by one, causing the problem of changing the original array
不只是日志收集,项目监控工具Sentry的安装、配置、使用
Classic cases of static keywords and block blocks
What determines the "personality" of AI robots?
C#--MetroFramework框架调用metroModernUI库,并在工具栏使用
C control open source library: download of metroframework
How to convert multi row data into multi column data in MySQL
Builder pattern
微生物健康,不要排斥人体内微生物
When the graduation season comes, are you ready? What are we going to do
Recycleview realizes horizontal sliding of overlapping items