5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 04:11:44 +08:00
Go to file
2011-07-22 20:03:32 +00:00
conf MAPREDUCE-750. Extensible ConnManager factory API. Contributed by Aaron Kimball. 2011-07-22 20:03:23 +00:00
doc MAPREDUCE-1341. Sqoop should have an option to create hive tables and skip the table import step. Contributed by Leonid Furman. 2011-07-22 20:03:32 +00:00
ivy HADOOP-5815. Sqoop: A database import tool for Hadoop. Contributed by Aaron Kimball. 2011-07-22 20:03:19 +00:00
src MAPREDUCE-1341. Sqoop should have an option to create hive tables and skip the table import step. Contributed by Leonid Furman. 2011-07-22 20:03:32 +00:00
testdata/hive MAPREDUCE-1341. Sqoop should have an option to create hive tables and skip the table import step. Contributed by Leonid Furman. 2011-07-22 20:03:32 +00:00
build.xml MAPREDUCE-1212. Mapreduce contrib project ivy dependencies are not included in binary target. Contributed by Aaron Kimball. 2011-07-22 20:03:31 +00:00
ivy.xml MAPREDUCE-1212. Mapreduce contrib project ivy dependencies are not included in binary target. Contributed by Aaron Kimball. 2011-07-22 20:03:31 +00:00
readme.txt MAPREDUCE-906. Update Sqoop documentation. Contributed by Aaron Kimball 2011-07-22 20:03:26 +00:00
svn-placeholder Placeholder commit 2011-07-22 19:59:57 +00:00

Sqoop documentation is in the doc/ directory in asciidoc format.

Run 'ant doc' to build the documentation. It will be created in
$HADOOP_HOME/build/contrib/sqoop/doc.

There will be a manpage (sqoop.1.gz) and a User Guide formatted in HTML.

This process requires the following programs:
  asciidoc
  gzip
  make
  python 2.5+
  xmlto

For more information about asciidoc, see http://www.methods.co.nz/asciidoc/