Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToReleasePreDSBCR" page has been changed by KonstantinShvachko: https://wiki.apache.org/hadoop/HowToReleasePreDSBCR?action=diff&rev1=85&rev2=86 1. Push branch-X.Y.Z and the newly created tag to the remote repo. 1. Deploy the maven artifacts, on your personal computer. Please be sure you have completed the prerequisite step of preparing the {{{settings.xml}}} file before the deployment. You might want to do this in private and clear your history file as your gpg-passphrase is in clear text. {{{ - mvn clean deploy -Psign,src,dist -DskipTests -Dgpg.passphrase=<your-gpg-passphrase> + mvn clean deploy -Psign,src,dist,native -Dtar -DskipTests -Dgpg.passphrase=<your-gpg-passphrase> + mvn site site:stage -DskipTests }}} 1. --(Use [[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins job]] to build the artifacts)-- + 1. Check that release files + {{{ + hadoop-dist/target/hadoop-${version}.tar.gz + hadoop-dist/target/hadoop-${version}-src.tar.gz + }}} - 1. Check that release file looks ok - e.g. install it and run examples from tutorial. + look good - e.g. install it and run examples from tutorial. 1. Generate the checksums of the release file. {{{ gpg --print-mds hadoop-${version}-src.tar.gz > hadoop-${version}-src.tar.gz.mds --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
