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 2017/12/02 22:38:00 UTC

[jira] [Commented] (TAJO-2185) Eliminate protoc binary dependency

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

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

GitHub user hyunsik opened a pull request:

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

    [TAJO-2185] Eliminate protoc binary dependency

    See https://issues.apache.org/jira/browse/TAJO-2185.
    
    Building Tajo project depends on protoc binary installed on a local machine. It is very inconvenient because users must install protoc in their local machine. It would be great if we eliminate this dependency. This patch uses [1] to replace the dependency of local binary by protoc-jar.

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

    $ git pull https://github.com/hyunsik/tajo TAJO-2185

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

    https://github.com/apache/tajo/pull/1052.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 #1052
    
----
commit e1648a30f58ea95503bbca13a387ea1dafbcca2b
Author: hyunsik <hy...@coupang.com>
Date:   2017-12-02T22:35:24Z

    [TAJO-2185] Eliminate protoc binary dependency

----


> Eliminate protoc binary dependency
> ----------------------------------
>
>                 Key: TAJO-2185
>                 URL: https://issues.apache.org/jira/browse/TAJO-2185
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 0.11.3
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Minor
>             Fix For: 0.12.0
>
>
> Building Tajo project depends on {{protoc}} binary installed on a local machine. It is very inconvenient because users must install protoc in their local machine. It would be great if we eliminate this dependency. This patch uses \[1\] to replace the dependency of local binary by protoc-jar.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)