Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
i;m trying to design very simple job extract data from oracle DB and create/overwrite file on HDFS as below design , but when i run the job , job finished successfully but file not created
PS: i'm using kerberized server for HDFS
@Shicong Hong any help on this please ?
Hello,
We have replied to your another topic about:
https://community.talend.com/s/question/0D55b00008rtsrUCAQ/tparquetoutput-to-hdfs-file
Could you please take a look at it and please stick to one topic so that we could pay individual attention to that.
Thanks for your understanding!
Best regards
Sabrina
The path you filled in is a local path, I think you need to use a tHDFSPut component to put the file to HDFS server after the file is created on local system.