tree: 5f630a232b14b26887ddf2f053b55f2729c13b8e [path history] [tgz]
  1. bin/
  2. conf/
  3. config/
  4. gradle/
  5. ivy/
  6. lib/
  7. src/
  8. testdata/
  9. .gitattributes
  10. .gitignore
  11. .travis.yml
  12. build.gradle
  13. build.xml
  14. CHANGELOG.txt
  15. COMPILING.adoc
  16. gradle.properties
  17. gradlew
  18. gradlew.bat
  19. ivy.xml
  20. LICENSE.txt
  21. NOTICE.txt
  22. README.md
  23. settings.gradle
  24. sqoop-patch-review.py
README.md

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.