You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/09 15:20:11 UTC

[jira] [Commented] (HAWQ-911) Optimize and refactor makefiles for feature test framework

    [ https://issues.apache.org/jira/browse/HAWQ-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369130#comment-15369130 ] 

ASF GitHub Bot commented on HAWQ-911:
-------------------------------------

GitHub user xunzhang opened a pull request:

    https://github.com/apache/incubator-hawq/pull/781

    HAWQ-911. Optimize and refactor makefiles for feature test framework.

    This pull request below modifications:
    1. Fix a in building UDF/lib.
    2. Refactor feature test make system to avoid duplicate compiles.
    3. Split generating `feature-test` binary into generating objects and linking. Optimize compiling time in parallel mode.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-911

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/781.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #781
    
----
commit edeadb7b32896f8a91b17ff61832fa8e03c84573
Author: xunzhang <xu...@gmail.com>
Date:   2016-07-09T15:15:00Z

    HAWQ-911. Optimize and refactor makefiles for feature test framework.

----


> Optimize and refactor makefiles for feature test framework
> ----------------------------------------------------------
>
>                 Key: HAWQ-911
>                 URL: https://issues.apache.org/jira/browse/HAWQ-911
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Build, Tests
>            Reporter: hongwu
>            Assignee: Jiali Yao
>
> Current make system has below limitations.
> 1. There is a bug in build UDF/lib: we do not need to remove objects during make
> 2. Build everything when developers run make no matter whether the objects already exist.
> 3. Bundle generating objects with linking to an executor which is time-consuming.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)