Delete FolderCsvParser.json

This commit is contained in:
bao319 2020-03-31 21:17:26 +08:00 committed by GitHub
parent b6c7cb0b59
commit bdd9c2b291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 39 deletions

View File

@ -1,39 +0,0 @@
{
"flow":{
"name":"test",
"uuid":"1234",
"stops":[
{
"uuid":"1111",
"name":"FolderCsvParser",
"bundle":"cn.piflow.bundle.csv.FolderCsvParser",
"properties":{
"csvPath":"hdfs://192.168.3.138/test/",
"delimiter":",",
"schema":"id,name,gender,age"
}
},
{
"uuid":"1324",
"name":"PutHiveStreaming",
"bundle":"cn.piflow.bundle.hive.PutHiveStreaming",
"properties":{
"database": "test",
"table": "csvfolder"
}
}
],
"paths":[
{
"from":"FolderCsvParser",
"outport":"",
"inport":"",
"to":"PutHiveStreaming"
}
]
}
}