Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileList and HDFS connection

Hi,
is there a way to do a tFileList utilizing an existing connection to a hadoop cluster?  Would like to return a list and then decide whether to open file or not depending upon name.
thanks,
Bob
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
is there a way to do a tFileList utilizing an existing connection to a hadoop cluster?  Would like to return a list and then decide whether to open file or not depending upon name.

The component tfilelist can not retrieve a set of files or folders on hadoop cluster server directly.
Here is a TalendHelpCenter:tHDFSList component which can retrieve a list of files or folders based on a filemask pattern and iterates on each unity.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
Is there a tHDFSList equivalent for Spark?
Thank you
Anonymous
Not applicable
Author

You would have to handle that in a Standard DI job then call spark big data job with tRunJob passing any context to the spark job as needed.