-
Notifications
You must be signed in to change notification settings - Fork 82
/
job.xml
33 lines (33 loc) · 978 Bytes
/
job.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<job id="greenplumreader_to_hdfswriter_job">
<reader>
<plugin>mysqlreader</plugin>
<connectProps></connectProps>
<ip>10.1.77.85</ip>
<port>3306</port>
<dbname>TaurusCopy</dbname>
<username>root</username>
<password>123456</password>
<encoding>UTF-8</encoding>
<params></params>
<preCheck></preCheck>
<sql>select * from TaurusTaskAttempt</sql>
<columns></columns>
<autoIncKey></autoIncKey>
<concurrency>1</concurrency>
<partitionName></partitionName>
<partitionValue></partitionValue>
<countSql></countSql>
<needSplit>false</needSplit>>
</reader>
<writer>
<plugin>sftpwriter</plugin>
<dir>sftp://[email protected]:58422/root/wormholeTest/</dir>
<password>12qwaszx</password>
<field_split>\001</field_split>
<line_split>\n</line_split>
<encoding>UTF-8</encoding>
<buffer_size>4096</buffer_size>
<nullchar>\N</nullchar>
<concurrency>1</concurrency>
</writer>
</job>