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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HAdoop Distcp

Hi All, Is there any component that helps for Parallel Copying between Hadoop Clusters like distcp.? If so please let me know 
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
What's your environnement? Is your hadoop version same in both cluster or different in both cluster?
Have you tried to use tSystem component  to call distcp hadoop command from Talend? Let us know if it works.
Best regards
Sabrin
Anonymous
Not applicable
Author

Both are in different environments and is there any documentation available for transfering data by using distcp command using tsystem?
Anonymous
Not applicable
Author

Hi,


So far, there is no document about distcp command in Talend.


There will be conflict jar issue if your transfer data directly from one server to another (different environments), such as, thdfsinput-->thdfsoutput.


Could you please try to use tsqoopXXX component to call sqoop to transfer data from the Hadoop Distributed File System (HDFS) to a relational database management system and then call Sqoop to transfer data from a relational database management system (RDBMS)  into the Hadoop Distributed File System (HDFS)?


The work flow should be:HDFS(A) -->MySql(oracle...)------> Mysql(oracle....)-->HDFS(B)


 


Best regards


Sabrina