Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

What is Sqoop?

Sqoop is a tool designed to transfer data between Hadoop and relational databases. You can use Sqoop to import data from a relational database management system (RDBMS) such as MySQL or Oracle into the Hadoop Distributed File System (HDFS), transform the data in Hadoop MapReduce, and then export the data back into an RDBMS.Sqoop automates most of this process, relying on the database to describe the schema for the data to be imported. Sqoop relational databases and Hadoop. Sqoop uses MapReduce to import and export the data, which provides parallel operation as well as fault tolerance.

...

Section

How to access my data 

Here are all the methods you need to import your data according to the technology you use. All you need to do is to copy, adapt and use this code when following the tutorial below.

Select the technology with which you want to import your data and follow the instructions:

...