Sqoop Export

Other topics

Sqoop Export basic example

The export tool exports a set of files from HDFS back to an RDBMS. The target table must already exist in the database. The input files are read and parsed into a set of records according to the user-specified delimiters.

Example :

sqoop export \
--connect="jdbc:<databaseconnector>" \
--username=<username> \
--password=<password> \
--export-dir=<hdfs export directory> \
--table=<tablename> 

Contributors

Topic Id: 6999

Example Ids: 23598

This site is not affiliated with any of the contributors.