简体   繁体   中英

Transfer Data from SQL Server to Hadoop

Sqoop is the solution But I can't find the sqoop solution (installation & connection to hadoop and SQL Server & transfer of data using sqoop) for windows.
Is there any other way that I can transfer all my data from SQL Server to Hadoop
OR
is there any help regarding use of SQOOP (installation & connection to hadoop and SQL Server & transfer of data using sqoop) on windows server 2008 R2

Sqoop uses jdbc connections to transfer data from a relational database including ms SQLite server. What command have you executed and what errors or issues are you facing?

https://sqoop.apache.org/docs/1.4.2/SqoopUserGuide.html please use this sqoop user guide it might answer your question.

you can sqoop-import to import the data from sql to hadoop.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM