[
https://issues.apache.org/jira/browse/TAJO-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14271085#comment-14271085
]
ASF GitHub Bot commented on TAJO-1281:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/343
TAJO-1281: Remove hadoop-common dependency from tajo-rpc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1281
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/343.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 #343
----
commit ee5f27951d0024f80dbb37d56b7b7090221b36b0
Author: Hyunsik Choi <[email protected]>
Date: 2015-01-09T14:51:24Z
TAJO-1281: Remove hadoop-common dependency from tajo-rpc.
----
> Remove hadoop-common dependency from tajo-rpc
> ---------------------------------------------
>
> Key: TAJO-1281
> URL: https://issues.apache.org/jira/browse/TAJO-1281
> Project: Tajo
> Issue Type: Improvement
> Components: rpc
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.10
>
>
> tajo-rpc depends on hadoop-common due to only one integer configurable
> parameter. As a result, it naturally depends on lots of third-party libraries.
> The main objective of this issue removes a hadoop-common dependency from
> tajo-rpc. It will maker TAJO-1160 easier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)