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 RobChansler:
http://wiki.apache.org/hadoop/Jira

------------------------------------------------------------------------------
  = Hadoop Jira =
  
  Hadoop uses [http://issues.apache.org/jira/browse/HADOOP Jira] as its issue 
tracker.  All changes are discussed and reviewed in Jira before committing to 
subversion.
+ 
+ == Hadoop Special Fields ==
+ 
+ === "Release Note" Text ===
+ 
+ Add a brief comment (1-3 sentences) if this item is likely to be of interest 
to application programmers. Don't bother with a simple "fixed bug" message. Do 
reference other documentation, if applicable, but don't bother with "see Jira." 
These comments are collected semi-automatically into the release notes document 
as the release nears completion. They may be edited for content and style by 
the folks helping to prepare the release. But do be careful with grammar and 
spelling as release notes are seen by people who do not browse Jira. Hadoop 
style is to begin the first sentence with a verb. 
+ 
+ === "Incompatible Change" Flag ===
+ 
+ Set this flag if the change will result in an incompatibility with existing 
code. An incompatible change should also have a release note!
+ 
+  * Changing an API or the semantics of a system call
+ 
+  * Moving or renaming a file
+ 
+  * Changing the format of a log message (logs are processed by automated 
tools)
+ 
+  * Adding or removing or renaming a configuration parameter
+ 
+  * Changing metrics
+ 
+  * Changing the format of a shell command response (output is processed by 
automated tools)
+ 
+  * Modifying server web pages
+ 
+ === "Reviewed" Flag ===
+ 
+ A reviewer should set this flag when no further reviews are required. A 
change that is "patch available," "reviewed," and has passed
+ the automated tests is ready to be committed.
  
  == Jira Best Practices ==
  

Reply via email to