This repository was archived by the owner on Jul 9, 2021. It is now read-only.
File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed 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 )
1
2
2
- = Welcome to Sqoop!
3
+ # Welcome to Sqoop!
3
4
4
5
This is the Sqoop (SQL-to-Hadoop) tool. Sqoop allows easy imports and
5
6
exports of data sets between databases and HDFS.
6
7
7
-
8
- == More Documentation
8
+ ## More Documentation
9
9
10
10
Sqoop ships with additional documentation: a user guide and a manual page.
11
11
@@ -15,8 +15,7 @@ the documentation. It will be created in +build/docs/+.
15
15
If you got Sqoop in release form, documentation will already be built and
16
16
available in the +docs/+ directory.
17
17
18
-
19
- == Compiling Sqoop
18
+ ## Compiling Sqoop
20
19
21
20
Compiling Sqoop requires the following tools:
22
21
@@ -33,14 +32,13 @@ Additionally, building the documentation requires these tools:
33
32
* gzip
34
33
35
34
To compile Sqoop, run +ant package+. There will be a fully self-hosted build
36
- provided in the +build/sqoop-(version)/+ directory.
35
+ provided in the +build/sqoop-(version)/+ directory.
37
36
38
37
You can build just the jar by running +ant jar+.
39
38
40
39
See the COMPILING.txt document for more information.
41
40
42
- == This is also an Asciidoc file!
41
+ ## This is also an Asciidoc file!
43
42
44
43
* Try running +asciidoc README.txt+
45
44
* For more information about asciidoc, see http://www.methods.co.nz/asciidoc/
46
-
You can’t perform that action at this time.
0 commit comments