HADOOP-10972. Native Libraries Guide contains mis-spelt build line (Peter Klavins via aw)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1618718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9702526a0
commit
ec15f91acc
|
@ -170,6 +170,9 @@ Release 2.6.0 - UNRELEASED
|
|||
HADOOP-10973. Native Libraries Guide contains format error. (Peter Klavins
|
||||
via Arpit Agarwal)
|
||||
|
||||
HADOOP-10972. Native Libraries Guide contains mis-spelt build line (Peter
|
||||
Klavins via aw)
|
||||
|
||||
Release 2.5.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -129,7 +129,7 @@ Native Libraries Guide
|
|||
library:
|
||||
|
||||
----
|
||||
$ mvn package -Pdist,native -Dskiptests -Dtar
|
||||
$ mvn package -Pdist,native -DskipTests -Dtar
|
||||
----
|
||||
|
||||
You should see the newly-built library in:
|
||||
|
|
Loading…
Reference in New Issue