5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:51:49 +08:00
Go to file
Andrew Bayer ec8f687d97 MAPREDUCE-1169. Improvements to mysqldump use in Sqoop. Contributed by Aaron Kimball.
From: Thomas White <tomwhite@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149840 13f79535-47bb-0310-9956-ffa450edef68
2011-07-22 20:03:28 +00:00
conf MAPREDUCE-750. Extensible ConnManager factory API. Contributed by Aaron Kimball. 2011-07-22 20:03:23 +00:00
doc MAPREDUCE-1169. Improvements to mysqldump use in Sqoop. Contributed by Aaron Kimball. 2011-07-22 20:03:28 +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-1169. Improvements to mysqldump use in Sqoop. Contributed by Aaron Kimball. 2011-07-22 20:03:28 +00:00
testdata/hive MAPREDUCE-705. User-configurable quote and delimiter characters for Sqoop records and record reparsing. Contributed by Aaron Kimball. 2011-07-22 20:03:22 +00:00
build.xml MAPREDUCE-1037. Continue running contrib tests if Sqoop tests fail. Contributed by Aaron Kimball 2011-07-22 20:03:27 +00:00
ivy.xml MAPREDUCE-1017. Compression and output splitting for Sqoop. Contributed by Aaron Kimball. 2011-07-22 20:03:26 +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/