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 DougCutting: http://wiki.apache.org/hadoop/Avro/HowToRelease The comment on the change is: fix a copy error ------------------------------------------------------------------------------ }}} 1. Copy release files to the distribution directory and make them writable by the hadoop group. {{{ ssh people.apache.org - cp -pr public_html/avro-X.Y.Z-candidate-0 /www/www.apache.org/dist/hadoop/avro/hadoop-X.Y.Z + cp -pr public_html/avro-X.Y.Z-candidate-0 /www/www.apache.org/dist/hadoop/avro/avro-X.Y.Z cd /www/www.apache.org/dist/hadoop/avro chgrp -R hadoop avro-X.Y.Z chmod -R g+w avro-X.Y.Z
