Sqoop
Apache Sqoop is an open-source command-line interface application for transfer the bulk data between Hadoop and Relational Databases. Sqoop occupies a place in the Hadoop eco-system to provide feasible interaction between the relational database server and Hadoop’s HDFS. It is built on top of HDFS. Sqoop imports the data from RDBMS into Hadoop and exports from Hadoop to RDBMS. It is used with RDBMS such as DB2, Oracle, MySQL, Teradata, etc. It provides multiple features like full or incremental load, import and export, compression, controlling parallelism, etc. Sqoop is used by Big Data analysts, ETL developers, Database administrators professionals.
Duration: 25hrs
Course Content:
- Introduction to Sqoop
- What is Sqoop
- Where is Sqoop Used
- Advantages of Sqoop
- Who should use Sqoop
- Sqoop Import
- Sqoop Import and Export
- Customizing Import and Export Process
- Introduction to Installation