Sqoop
Ingest data from RBDMS into HDFS/Hive
Imports
Import into HDFS
Import into HDFS from query
Import into Hive with automatic schema creation
Create schema in Hive
Runs the schema creation from the --hive-import
arg, but doesn't load the data
Exports
Export into MySQL table with insert
Table must exist before. Doesn't check for duplicates (updates)
Export into MySQL table with update/upsert
Table must exist before. Performs updates/upserts
Last updated
Was this helpful?