Data Ingestion
Hadoop-RDBMS Data Transfer
★ 3.8
Universal Data Ingestion Framework
★ 3.9
N/A — Java-based, retired projectN/A — Java-basedN/A — Java-based, retired projectN/A — Java-basedPython data engineers invoke Sqoop from Python subprocess calls or Oozie workflows to bulk-transfer data between relational databases and HDFS. A Python orchestration script generates the Sqoop import command with table name, where clause, and parallelism parameters, runs it, monitors the return code, and proceeds to PySpark transformation once the data lands in HDFS.
Python data engineers interact with Gobblin by defining configuration files that specify source, extractor, converter, and writer plugins — executed as a Hadoop or standalone Java job. Python orchestration scripts manage Gobblin execution via REST API, monitor job completion, and process ingested output files with PySpark for downstream transformation and loading.
Individual Tool Pages