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

[jira] [Commented] (TAJO-1677) Remove unnecessary messages for the Travis CI build

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

ASF GitHub Bot commented on TAJO-1677:
--------------------------------------

GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/625

    TAJO-1677: Remove unnecessary messages for the Travis CI build

    Enable -B (batch) mode on the build. This will make the logs shorter since it avoids the dependency download progress logging.

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

    $ git pull https://github.com/blrunner/tajo TAJO-1677

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

    https://github.com/apache/tajo/pull/625.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 #625
    
----
commit ebdfab1dfac506eef00baf1694314b1bef65082c
Author: JaeHwa Jung <bl...@apache.org>
Date:   2015-07-08T03:09:08Z

    Enable batch mode in maven.

----


> Remove unnecessary messages for the Travis CI build
> ---------------------------------------------------
>
>                 Key: TAJO-1677
>                 URL: https://issues.apache.org/jira/browse/TAJO-1677
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> Currently, the Travis CI build always indicates dependency download progress. We need to make it shorter log.
> Here are some logs.
> {code:xml}
> Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.5/maven-remote-resources-plugin-1.5.pom
> Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.5/maven-remote-resources-plugin-1.5.pom (14 KB at 25.1 KB/sec)
> Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
> Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 586.3 KB/sec)
> Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
> Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1383.6 KB/sec)
> Downloading: https://repo.maven.apache.org/maven2/org/apache/apa
> {code}
> In addition, it seems that there are unnecessary messages besides download progress.



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