8.28
This commit is contained in:
parent
7fcd3756db
commit
ec0f29aaf4
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"flow":{
|
||||
"name":"test",
|
||||
"uuid":"1234",
|
||||
"stops":[
|
||||
{
|
||||
"uuid":"0000",
|
||||
"name":"SelectHiveQL",
|
||||
"bundle":"cn.piflow.bundle.hive.SelectHiveQL",
|
||||
"properties":{
|
||||
"hiveQL":"select * from sparktest.cleanfield"
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"uuid":"1111",
|
||||
"name":"PhoneNumberClean",
|
||||
"bundle":"cn.piflow.bundle.clean.PhoneNumberClean",
|
||||
"properties":{
|
||||
"columnName":"PhoneNumber"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
],
|
||||
"paths":[
|
||||
{
|
||||
"from":"SelectHiveQL",
|
||||
"outport":"",
|
||||
"inport":"",
|
||||
"to":"PhoneNumberClean"
|
||||
}
|
||||
]cistu
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue