Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by OwenOMalley: http://wiki.apache.org/hadoop/HowToRelease ------------------------------------------------------------------------------ svn merge -rR1:R2 ../trunk . svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: HADOOP-A, HADOOP-B." }}} + 1. Tag the release candidate (R is the release candidate number): {{{ + svn copy https://svn.apache.org/repos/asf/hadoop/core/branches/branch-X.Y \ + https://svn.apache.org/repos/asf/hadoop/core/tags/release-X.Y.Z-rcR -m "Hadoop X.Y.Z-rcR release." + }}} + = Build Requirements = @@ -93, +98 @@ Once [http://www.apache.org/foundation/voting.html#ReleaseVotes three PMC members have voted for a release], it may be published. 1. Tag the release: {{{ - svn copy https://svn.apache.org/repos/asf/hadoop/core/branches/branch-X.Y \ + svn move https://svn.apache.org/repos/asf/hadoop/core/tags/release-X.Y.Z-rcR \ https://svn.apache.org/repos/asf/hadoop/core/tags/release-X.Y.Z -m "Hadoop X.Y.Z release." }}} 1. Copy release files to the distribution directory and make them writable by the hadoop group. {{{
