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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Best way to move multi HDFS files

Hi,

 

I am trying to achieve the same functionality of  "hdfs dfs -mv /source/*.done /target/"  in Talend.

I tried tHDFSCopy, which seems not support wildcard in file name.
I am using Talend Open Studio 6.3.1, Big Data Edition. Please advise.

 

Labels (1)
2 Replies
Anonymous
Not applicable
Author

I am currently using 2 components: tHDFSList -> tHDFSCopy to achieve it, which ideally should be handled by one component.

Anonymous
Not applicable
Author

I have not tried it, but maybe you can try tSystem and just put the command in it.