Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Commit 9af3c68

Browse files
committed
SQOOP-3427 Add Travis badge to README
1 parent f45e483 commit 9af3c68

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.txt README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
[![Build Status](https://travis-ci.org/apache/sqoop.svg?branch=trunk)](https://travis-ci.org/apache/sqoop)
12

2-
= Welcome to Sqoop!
3+
# Welcome to Sqoop!
34

45
This is the Sqoop (SQL-to-Hadoop) tool. Sqoop allows easy imports and
56
exports of data sets between databases and HDFS.
67

7-
8-
== More Documentation
8+
## More Documentation
99

1010
Sqoop ships with additional documentation: a user guide and a manual page.
1111

@@ -15,8 +15,7 @@ the documentation. It will be created in +build/docs/+.
1515
If you got Sqoop in release form, documentation will already be built and
1616
available in the +docs/+ directory.
1717

18-
19-
== Compiling Sqoop
18+
## Compiling Sqoop
2019

2120
Compiling Sqoop requires the following tools:
2221

@@ -33,14 +32,13 @@ Additionally, building the documentation requires these tools:
3332
* gzip
3433

3534
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.
3736

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

4039
See the COMPILING.txt document for more information.
4140

42-
== This is also an Asciidoc file!
41+
## This is also an Asciidoc file!
4342

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

0 commit comments

Comments
 (0)