Mirror of Apache Sqoop

Clone this repo:
  1. f8beae3 SQOOP-3487: Remove unintentionally added rowkeys (via PUT in ToStringPutTransformer.java) during HBase (incremental) import by 游侠 · 3 years ago trunk
  2. a9f051c SQOOP-3462: Sqoop ant build fails due to outdated maven repo URLs by Istvan Toth · 4 years, 2 months ago
  3. 875e431 SQOOP-3428: Try to fix the CI (#85) by Fokko Driesprong · 4 years, 5 months ago
  4. cee4ab1 SQOOP-3441: Prepare Sqoop for Java 11 support by Fero Szabo · 4 years, 9 months ago
  5. be260e3 SQOOP-3438: Sqoop Import with create hcatalog table for ORC will not work with Hive3 as the table created would be a ACID table and transactional by Denes Bodo · 4 years, 10 months ago

Build Status

Welcome to Sqoop!

This is the Sqoop (SQL-to-Hadoop) tool. Sqoop allows easy imports and exports of data sets between databases and HDFS.

More Documentation

Sqoop ships with additional documentation: a user guide and a manual page.

Asciidoc sources for both of these are in src/docs/. Run ant docs to build the documentation. It will be created in build/docs/.

If you got Sqoop in release form, documentation will already be built and available in the docs/ directory.

For more information on compiling see COMPILING.adoc.