You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Matt Foley (JIRA)" <ji...@apache.org> on 2012/05/06 23:03:47 UTC

[jira] [Created] (HADOOP-8364) Rationalize the way architecture-specific sub-components are built with ant in branch-1

Matt Foley created HADOOP-8364:
----------------------------------

             Summary: Rationalize the way architecture-specific sub-components are built with ant in branch-1
                 Key: HADOOP-8364
                 URL: https://issues.apache.org/jira/browse/HADOOP-8364
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Matt Foley


Three different compile flags, compile.native, compile.c++, and compile.libhdfs, turn on or off different architecture-specific subcomponent builds, but they are generally all off or all on and there's no evident need for three different ways to do things.  Also, in build.xml, jsvc and task-controller are included in targets "package" and "bin-package" as sub-ant tasks, while librecordio is included as a simple dependency.  We should work through these and get them done in one understandable way.

This is a matter of maintainability and understandability, and therefore robustness under future changes in build.xml.  No substantial change in functionality is proposed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira