Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by TomWhite:
http://wiki.apache.org/lucene-hadoop/HowToRelease

The comment on the change is:
Added notes about updating Javadoc.

------------------------------------------------------------------------------
        1. Wait 24 hours for release to propagate to mirrors.
        1. Deploy new Hadoop site.
                  {{{ssh people.apache.org; cd /www/lucene.apache.org/hadoop; 
svn up}}}
-       1. Update Javadoc in 
{{{people.apache.org:/www/lucene.apache.org/hadoop/api}}}.
+       1. Update Javadoc in 
{{{people.apache.org:/www/lucene.apache.org/hadoop/api}}}, by doing the 
following in your home directory
+                 {{{tar xvf 
/www/www.apache.org/dist/lucene/hadoop/hadoop-X.Y.Z/hadoop-0.12.1.tar.gz 
*/docs/api}}}
+                 {{{chmod -R 775 hadoop-X.Y.Z; rm -r 
/www/lucene.apache.org/hadoop/api/}}}
+                 {{{cp -r hadoop-X.Y.Z/docs/ /www/lucene.apache.org/hadoop/; 
rm -r hadoop-X.Y.Z}}}
        1. Send announcements to the user and developer lists.
-         1. In Jira, close issues resolved in the release.  Disable mail 
notifications for this bulk change.
+         1. In Jira, close issues resolved in the release.  (You need to be in 
the ''hadoop-admin'' group to do this.) Disable mail notifications for this 
bulk change.
  

Reply via email to