Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToCommit" page has been changed by KojiNoguchi. The comment on this change is: core -> common. http://wiki.apache.org/hadoop/HowToCommit?action=diff&rev1=14&rev2=15 -------------------------------------------------- To commit end-user documentation changes to trunk or a branch, ask the user to submit only changes made to the *.xml files in {{{src/docs}}}. Apply that patch, run {{{ant docs}}} to generate the html, and then commit. End-user documentation is only published to the web when releases are made, as described in HowToRelease. To commit changes to the website and re-publish them: {{{ - svn co https://svn.apache.org/repos/asf/hadoop/core/site + svn co https://svn.apache.org/repos/asf/hadoop/common/site cd site ant firefox publish/index.html # preview the changes @@ -53, +53 @@ svn add # add any new pages svn commit ssh people.apache.org - cd /www/hadoop.apache.org/core + cd /www/hadoop.apache.org/common svn up }}}
