May 2017
Beginner to intermediate
596 pages
15h 2m
English
The import tool within Sqoop when given commands imports individual or all tables from RDBMS using various available connector API’s into HDFS. When importing data, each row in an RDBMS table is imported into HDFS as a record. According to the type of data, it is either stored as text files for text data or as sequence files and Avro files in case of binary data.
The following figure (Figure 06 - our interpretation of Sqoop Export inspired from Apache Sqoop blogs) details the Sqoop import tool functioning by importing data from PostgreSQL to HDFS:

Before the actual Sqoop import function ...