Skip to content

christeoh/sqoop

This branch is 53 commits behind apache/sqoop:trunk.

Folders and files

NameName
Last commit message
Last commit date
Feb 28, 2015
Jan 18, 2018
Jul 23, 2018
Aug 22, 2018
Aug 27, 2018
Dec 2, 2011
Sep 12, 2018
Aug 28, 2018
Dec 16, 2013
Jul 23, 2018
Dec 19, 2017
Aug 10, 2018
Jul 27, 2018
Aug 13, 2014
Jul 25, 2018
Aug 27, 2018
Aug 23, 2018
Aug 27, 2018
Jul 23, 2018
Jul 23, 2018
Aug 27, 2018
Sep 6, 2012
Aug 22, 2018
Mar 25, 2015

Repository files navigation

= 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.


== Compiling Sqoop

Compiling Sqoop requires the following tools:

* Apache ant (1.9.7)
* Java JDK 1.8

Additionally, building the documentation requires these tools:

* asciidoc
* make
* python 2.5+
* xmlto
* tar
* gzip

To compile Sqoop, run +ant package+. There will be a fully self-hosted build
provided in the +build/sqoop-(version)/+ directory. 

You can build just the jar by running +ant jar+.

See the COMPILING.txt document for for information.

== This is also an Asciidoc file!

* Try running +asciidoc README.txt+
* For more information about asciidoc, see http://www.methods.co.nz/asciidoc/

About

Mirror of Apache Sqoop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • Shell 1.0%
  • XSLT 0.5%
  • Batchfile 0.4%
  • HiveQL 0.3%
  • Python 0.3%
  • Other 0.4%