mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 03:40:24 +08:00
Merge pull request #8 from taosdata/fix/plugin_job_template
Fix/plugin job template error
This commit is contained in:
commit
ecfda8617c
@ -1,10 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "tdenginewriter",
|
"name": "tdenginewriter",
|
||||||
"parameter": {
|
"parameter": {
|
||||||
"host": "",
|
"host": "127.0.0.1",
|
||||||
"port": 6030,
|
"port": 6030,
|
||||||
"db": "",
|
"dbname": "test",
|
||||||
"user": "",
|
"user": "root",
|
||||||
"password": ""
|
"password": "taosdata",
|
||||||
|
"batchSize": 1000,
|
||||||
|
"stable": "weather",
|
||||||
|
"tagColumn": {
|
||||||
|
"station": 0
|
||||||
|
},
|
||||||
|
"fieldColumn": {
|
||||||
|
"latitude": 1,
|
||||||
|
"longtitude": 2,
|
||||||
|
"tmax": 4,
|
||||||
|
"tmin": 5
|
||||||
|
},
|
||||||
|
"timestampColumn":{
|
||||||
|
"date": 3
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user