This commit is contained in:
xiaoxiao 2018-08-15 16:35:39 +08:00
parent 0a6b4190aa
commit 235f4087c8
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"flow":{
"name":"test",
"uuid":"1234",
"stops":[
{
"uuid":"0000",
"name":"PutFile",
"bundle":"cn.piflow.bundle.file.PutFile",
"properties":{
"hdfs_path":"hdfs://10.0.86.89:9000/xx/",
"local_path":"/xx/files/file1.txt"
}
},
{
"uuid":"1111",
"name":"FetchFile",
"bundle":"cn.piflow.bundle.file.FetchFile",
"properties":{
"hdfs_path":"hdfs://10.0.86.89:9000/xx/file1.txt",
"local_path":"/xx/"
}
}
],
"paths":[
{
"from":"PutFile",
"outport":"",
"inport":"",
"to":"FetchFile"
}
]
}
}