copy the data into two different destinations
Hi,
I want to copy the data into two different destinations It throws an issue when i am processing the whole file.
Orgin --> HadoopFs(Destination) --> HadoopFS(Executor)Destination
I don't want to do it parallel it has to be sequential one after another.
Error when it is copying from HadoopFs(Destination) to HaddopFS(executor) Destination
REcord does not contain the mandatory fields /fileRef,/fileInfo, etc.. for whole file format
FilePath expression in HadoopFs(Executor) Destination is
${record:value("/targetFileInfo/path")}
Any suggestions
Could you please attach the pipeline and the complete error message?