Skip to content

Commit 0fbd7f8

Browse files
author
jackylk
committed
improve building step description
2 parents 13cfc83 + f91d034 commit 0fbd7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ cd spark-hbase
3333
III. Build the project
3434
Build without testing
3535
```
36-
$ mvn -Phbase,hadoop-2.4 -Dhadoop.version=2.4.0 -DskipTests clean package install
36+
$ mvn -DskipTests clean install
3737
```
3838
Or, build with testing. It will run test suites against a HBase minicluster.
3939
```

0 commit comments

Comments
 (0)