This repository was archived by the owner on Jul 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ ![ Build Status] ( https://travis-ci.org/apache/sqoop.svg?branch=trunk )] ( https://travis-ci.org/apache/sqoop )
2+
3+ # Welcome to Sqoop!
4+
5+ This is the Sqoop (SQL-to-Hadoop) tool. Sqoop allows easy imports and
6+ exports of data sets between databases and HDFS.
7+
8+ ## More Documentation
9+
10+ Sqoop ships with additional documentation: a user guide and a manual page.
11+
12+ Asciidoc sources for both of these are in +src/docs/+. Run +ant docs+ to build
13+ the documentation. It will be created in +build/docs/+.
14+
15+ If you got Sqoop in release form, documentation will already be built and
16+ available in the +docs/+ directory.
17+
18+ ## Compiling Sqoop
19+
20+ Compiling Sqoop requires the following tools:
21+
22+ * Apache ant (1.9.7)
23+ * Java JDK 1.8
24+
25+ Additionally, building the documentation requires these tools:
26+
27+ * asciidoc
28+ * make
29+ * python 2.5+
30+ * xmlto
31+ * tar
32+ * gzip
33+
34+ To compile Sqoop, run +ant package+. There will be a fully self-hosted build
35+ provided in the +build/sqoop-(version)/+ directory.
36+
37+ You can build just the jar by running +ant jar+.
38+
39+ See the COMPILING.txt document for for information.
40+
41+ ## This is also an Asciidoc file!
42+
43+ * Try running +asciidoc README.txt+
44+ * For more information about asciidoc, see http://www.methods.co.nz/asciidoc/
You can’t perform that action at this time.
0 commit comments