Apache Sqoop Operators

Apache 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.

SqoopOperator

Execute a Sqoop Job

The SqoopOperator operator is used to execute a sqoop job.

Reference

For further information, look at Sqoop User Guide.

Was this entry helpful?