Category: Sqoop Tutorials

sqoop list databases

Apache Sqoop List Databases Command with Examples

Welcome to DataFlair Apache Sqoop Tutorial series. This article first provides a short introduction to Sqoop List Databases. Later on, the article will explain the purpose, syntax, arguments, and many more. The article also...

Sqoop Export

Sqoop Export Files from HDFS to RDBMS

Similar to Sqoop Import, there is another tool named Sqoop Export in Sqoop, which is used for exporting a set of files from the HDFS back to the RDBMS. In this Sqoop Export article,...

Sqoop Architecture

Apache Sqoop Architecture and Internal Working

Apache Sqoop is used for data transfer between the Hadoop framework and the Relational Database. In this Sqoop architecture article, you will study Sqoop Architecture in detail. The article gives you the complete guide...

sqoop eval

Apache Sqoop Eval Arguments and Examples

For running any simple SQL queries against the database, the Sqoop Eval is used in Apache Sqoop. In this Sqoop Eval article, we will study each and everything about the Sqoop Eval. The article...

Apache Sqoop features

Sqoop Features and Limitations

Eager to learn features of Apache Sqoop? In this Sqoop Features article, you will explore all the key-features of Sqoop in detail. Apache Sqoop is a Hadoop ecosystem component that has various advantages. It...

sqoop import

Sqoop Import Queries with Examples

We all know that for transferring data from RDBMS to HDFS or vice-versa, we use Apache Sqoop. In this Sqoop Import article, we will discuss the Sqoop Import tool used for importing tables from...

Sqoop Validation

Sqoop Validation – How Sqoop Validates Copied Data

Sqoop Validation refers to the validation of the data copied. In this Sqoop Validation article, you will explore the entire concept of Sqoop validation in detail. The article first gives a short introduction to...

Sqoop Import all Tables

Sqoop Import All Tables into HDFS

Sqoop Import all tables is a tool that imports a set of tables from relational databases to HDFS. In this Sqoop import all tables article, we will study the import all tables tool in...