Each transformation will create an csv file in a folder, and I want to upload all of them when transformations done. I add a Dummy
but the process didn't work as my expectation. Each transformation will execute Hadoop Copy Files
step. Why? And how could I design the flow? Thanks.
First of all, if possible, try launching the .ktr files in parallel (right click on the START Step > Click on Launch Next Entries in parallel). This will ensure that all the ktr are launched parallely.
Secondly, You can choose either of the below steps depending upon your feasibility (instead of dummy step):
I just wanted to do a some sort of checking on the files before you copy the data to HDFS.
Hope it helps :)