Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "CodeReviewChecklist" page has been changed by JunpingDu: https://wiki.apache.org/hadoop/CodeReviewChecklist?action=diff&rev1=7&rev2=8 * '''unit tests exist for bug fixes and new features, or a rationale is given in Jira for why there is no test''' * unit tests do not write any temporary files to {{{/tmp}}} (instead, the tests should write to the location specified by the {{{test.build.data}}} system property) - * {{{org.apache.hadoop.dfs.MiniDFSCluster}}} and {{{org.apache.hadoop.mapred.MiniMRCluster}}} are used to start servers as needed (servers are not directly instantiated) + * {{{org.apache.hadoop.dfs.MiniDFSCluster}}}, {{{org.apache.hadoop.mapred.MiniMRCluster}}} and {{{org.apache.hadoop.yarn.server.MiniYARNCluster}}} are used to start servers as needed (servers are not directly instantiated) == Jira ==
