svn merge -c 1456212 FIXES: HADOOP-9397. Incremental dist tar build fails. Contributed by Chris Nauroth
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1487117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c221b3b03
commit
ea60ea3b85
|
@ -367,6 +367,8 @@ Release 2.0.5-beta - UNRELEASED
|
|||
HADOOP-9553. TestAuthenticationToken fails on Windows.
|
||||
(Arpit Agarwal via suresh)
|
||||
|
||||
HADOOP-9397. Incremental dist tar build fails. (Chris Nauroth via jlowe)
|
||||
|
||||
Release 2.0.4-alpha - 2013-04-25
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
}
|
||||
|
||||
run tar cf hadoop-${project.version}.tar hadoop-${project.version}
|
||||
run gzip hadoop-${project.version}.tar
|
||||
run gzip -f hadoop-${project.version}.tar
|
||||
echo
|
||||
echo "Hadoop dist tar available at: ${project.build.directory}/hadoop-${project.version}.tar.gz"
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue