Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hadoop-ozone/dist/dev-support/bin/dist-tar-stitching
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function run()
fi
}

run tar -c -f "hadoop-ozone-${VERSION}.tar" "ozone-${VERSION}"
run gzip -f "hadoop-ozone-${VERSION}.tar"
run tar -c -f "ozone-${VERSION}.tar" "ozone-${VERSION}"
run gzip -f "ozone-${VERSION}.tar"
echo
echo "Ozone dist tar available at: ${BASEDIR}/hadoop-ozone-${VERSION}.tar.gz"
echo "Ozone dist tar available at: ${BASEDIR}/ozone-${VERSION}.tar.gz"
echo
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<archiveBaseDirectory>../..</archiveBaseDirectory>
<appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
<finalName>hadoop-ozone-${project.version}-src</finalName>
<finalName>ozone-${project.version}-src</finalName>
<outputDirectory>target</outputDirectory>
<basedir>${project.basedir}/../..</basedir>
<!-- Not using descriptorRef and hadoop-assembly dependency -->
Expand Down