Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 952 Bytes

File metadata and controls

13 lines (11 loc) · 952 Bytes

sqoop 文档

  1. Introduction Sqoop is a tool designed to transfer data between Hadoop and relational databases or mainframes. You can use Sqoop to import data from a relational database management system (RDBMS) such as MySQL or Oracle or a mainframe 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 uses MapReduce to import and export the data, which provides parallel operation as well as fault tolerance.

  2. 参考示例