You've already forked DataMate
localfs support
This commit is contained in:
6
runtime/datax/localwriter/src/main/resources/plugin.json
Normal file
6
runtime/datax/localwriter/src/main/resources/plugin.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "localwriter",
|
||||
"class": "com.datamate.plugin.writer.localwriter.LocalWriter",
|
||||
"description": "write to local file system",
|
||||
"developer": "datamate"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "localwriter",
|
||||
"parameter": {
|
||||
"path": "/data/source",
|
||||
"destPath": "/data/dest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user