Skip to content

Commit 13cfc83

Browse files
author
jackylk
committed
improve doc
1 parent 06cda0d commit 13cfc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ II. Go to the root of the source tree
3030
$ cd spark-hbase
3131
```
3232

33-
III. Build without testing
33+
III. Build the project
34+
Build without testing
3435
```
3536
$ mvn -Phbase,hadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package install
3637
```
37-
38-
IV. Build and run test suites against a HBase minicluster, from Maven.
38+
Or, build with testing. It will run test suites against a HBase minicluster.
3939
```
4040
$ mvn clean install
4141
```

0 commit comments

Comments
 (0)