[
https://issues.apache.org/jira/browse/MAPREDUCE-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated MAPREDUCE-1377:
-------------------------------------
Status: Open (was: Patch Available)
* Instead of commenting out code, just remove it:
{noformat}
- private static Configuration config = new Configuration();
+ // private static Configuration config = new Configuration();
{noformat}
* The changes effected and the size of some of the diffs seem disproportionate.
In renaming some methods, the patch moves them to different locations in the
same file. To preserve the history of changes, to highlight changes for review,
and to avoid unnecessary conflicts with other patches, please minimize the diff
by leaving out unnecessary code motion.
> Port of HDFS-587 to mapreduce project.
> --------------------------------------
>
> Key: MAPREDUCE-1377
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1377
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: test
> Affects Versions: 0.22.0
> Reporter: Sreekanth Ramakrishnan
> Assignee: Erik Steffl
> Attachments: jira.HDFS-587.mapreduce.branch-0.22.patch
>
>
> HDFS-587 made changes to the HDFS tests to support generic hadoop parameters
> to tests. This JIRA is to track the mapreduce part of the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.