[
https://issues.apache.org/jira/browse/MAPREDUCE-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737226#action_12737226
]
Konstantin Boudnik commented on MAPREDUCE-670:
----------------------------------------------
I'm still seeing two more misaligned spots:
1. Everything below <sequential> is a body of this element and suppose to be
indented.
{noformat}
+ <macrodef name="macro-test-runner">
+ <attribute name="test.file" />
+ <sequential>
<delete dir="${test.build.data}"/>
<mkdir dir="${test.build.data}"/>
<delete dir="${test.log.dir}"/>
{noformat}
2. Same is here: body of <patternset> isn't indented.
{noformat}
+ <patternset>
+ <includesfile name="@{test.file}"/>
+ </patternset>
{noformat}
Looks good otherwise.
> Create target for 10 minute patch test build for mapreduce
> -----------------------------------------------------------
>
> Key: MAPREDUCE-670
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-670
> Project: Hadoop Map/Reduce
> Issue Type: Test
> Components: build
> Reporter: Jothi Padmanabhan
> Assignee: Jothi Padmanabhan
> Attachments: FastTestsInfo.xls, mapred-670-v1.patch, mapred-670.patch
>
>
> Creating a new Jira to track HADOOP-5628 for MapReduce
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.