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 <[email protected]>
Date: 2017-12-02T22:35:24Z
[TAJO-2185] Eliminate protoc binary dependency
----
---