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:
Jason Darrell Lowe 2013-05-28 20:58:39 +00:00
parent 0c221b3b03
commit ea60ea3b85
2 changed files with 3 additions and 1 deletions

View File

@ -367,6 +367,8 @@ Release 2.0.5-beta - UNRELEASED
HADOOP-9553. TestAuthenticationToken fails on Windows. HADOOP-9553. TestAuthenticationToken fails on Windows.
(Arpit Agarwal via suresh) (Arpit Agarwal via suresh)
HADOOP-9397. Incremental dist tar build fails. (Chris Nauroth via jlowe)
Release 2.0.4-alpha - 2013-04-25 Release 2.0.4-alpha - 2013-04-25
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -152,7 +152,7 @@
} }
run tar cf hadoop-${project.version}.tar hadoop-${project.version} 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
echo "Hadoop dist tar available at: ${project.build.directory}/hadoop-${project.version}.tar.gz" echo "Hadoop dist tar available at: ${project.build.directory}/hadoop-${project.version}.tar.gz"
echo echo