[ 
https://issues.apache.org/jira/browse/HADOOP-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764180#action_12764180
 ] 

Konstantin Boudnik commented on HADOOP-6305:
--------------------------------------------

I've ran test-patch locally
{noformat}
There appear to be 0 release audit warnings before the patch and 0 release 
audit warnings after applying the patch.
+1 overall.  
    +1 @author.  The patch does not contain any @author tags.
    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.
    +1 javadoc.  The javadoc tool did not generate any warning messages.
    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.
    +1 findbugs.  The patch does not introduce any new Findbugs warnings.
    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.
======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================
{noformat}

The patch doesn't require any tests for it is an build's internal change.

> Unify build property names to facilitate cross-projects modifications
> ---------------------------------------------------------------------
>
>                 Key: HADOOP-6305
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6305
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6305.patch
>
>
> Current build files of {{common}}, {{mapreduce}}, {{hdfs}} have their own 
> unique ways of naming properties which otherwise have very same meaning. I.e. 
> the locations of java source code are called {{core.src.dir}}, 
> {{mapred.src.dir}}, and {{hdfs.src.dir}} respectively.
> It makes modifications needed for all three projects to be very unique thus 
> increasing the number of difference between builds of the projects.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to