HADOOP-9397. Incremental dist tar build fails. Contributed by Chris Nauroth
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1456212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7987bcf3f4
commit
6fbe717f8a
@ -348,6 +348,8 @@ Trunk (Unreleased)
|
||||
HADOOP-9099. NetUtils.normalizeHostName fails on domains where
|
||||
UnknownHost resolves to an IP address. (Ivan Mitic via suresh)
|
||||
|
||||
HADOOP-9397. Incremental dist tar build fails (Chris Nauroth via jlowe)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||
|
@ -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
Block a user