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 MartonElek:
https://wiki.apache.org/hadoop/HowToCommit?action=diff&rev1=42&rev2=43

Comment:
fix man doc generation (from ant to mvn)

  
  The end user documentation is maintained in the main repository (hadoop.git) 
and the results are committed to the hadoop-site during each release. The 
website itself is managed in the hadoop-site.git repository (both the source 
and the rendered form).
  
- 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 end-user documentation create a patch as usual and modify the 
content of src/site directory of any hadoop project (eg. 
./hadoop-common-project/hadoop-auth/src/site).  You can regenerate the docs 
with {{mvn site}}. 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: {{{
+ To commit changes to the website and re-publish them: 
  
+ {{{
  git clone https://gitbox.apache.org/repos/asf/hadoop-site.git -b asf-site
  #edit site under ./src
  hugo
@@ -101, +102 @@

  
  The commit will be reflected on Apache Hadoop site automatically.
  
- Note: you can check the rendering locally: with 'hugo serve && firefox 
http://localhost:1313' 
+ Note: you can check the rendering locally: with {{hugo serve && firefox 
http://localhost:1313}} 
  
  == Patches that break HDFS, YARN and MapReduce ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to