Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Teguard_Dev
Contributor
Contributor

Wait for File on a hdfs directory

Hello, 

I'm using Talend Studio Big Data in the licensed version and am currently trying to switch over from a filesystem based ETL Process to HDFS based.

 

As of now, I'm using Wait for File to watch a File Directory for new Files to trigger my ETL Process / trigger a Input Row, as seen below.

0683p000009M7GH.png

Is there a way to replicate this using hdfs? 

 

I'd be grateful for any Insights and help.

Cheers

Labels (3)
2 Replies
manodwhb
Creator III
Creator III

@KS_UKHD , you can use tHDFSExists,check the below link to know more about this component.

 

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/OQ23JC_n57m6_4wookXFjA

Teguard_Dev
Contributor
Contributor
Author

Thanks for the response, 

but isn't that Component only for checking a single File?

 

Could you give an example how to use this to overwatch a directory and react to Files being created?

 

Cheers