Module 5_Sqoop
Module 5_Sqoop
• So, for this analysis, the data residing in the relational database
management systems need to be transferred to HDFS. The task of
writing MapReduce code for importing and exporting data from the
relational database to HDFS is uninteresting & tedious. This is where
Apache Sqoop comes to rescue and removes their pain. It automates
the process of importing & exporting the data.
Why Sqoop?
• Sqoop makes the life of developers easy by providing CLI for importing
and exporting data. They just have to provide basic information like
database authentication, source, destination, operations etc. It takes
care of the remaining part.
15