Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to get files from FTP and load into HDFS, but the component tFTPGet just can move files into a local directory. How can I move into the HDFS? Thank you
@fransiskakd ,you can design in below way also.
Thanks for your response , but I do not want to store the data in local repository because the talend job will upload in talend server and run automatically without having to open my local directory. Is there any other way?
@fransiskakd you don't have choice.
tHDFSOutput component requires an input flow so you have to get the file locally (locally mining where the job runs) then read the file to push data into tHDFSOutput and finally, delete the local file.