[
https://issues.apache.org/jira/browse/TAJO-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14305638#comment-14305638
]
ASF GitHub Bot commented on TAJO-1269:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/374
TAJO-1269: Separate cli from tajo-client.
This work separates tajo-cli from tajo-client. As a result, tajo-cli
includes only cli tools and tsql. tajo-client contains only client API itself.
In addition, TajoHAClientUtil checks the connectivity between client and
master. This patch move the connectivity check to SessionConnection. So, I
removed TajoHAClientUtil.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1269
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/374.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 #374
----
commit e267a8b4048800a76c6ab122a43ae4b2e6dd07ac
Author: Hyunsik Choi <[email protected]>
Date: 2015-02-04T17:56:41Z
TAJO-1269: Separate cli from tajo-client.
----
> Separate cli from tajo-client
> -----------------------------
>
> Key: TAJO-1269
> URL: https://issues.apache.org/jira/browse/TAJO-1269
> Project: Tajo
> Issue Type: Improvement
> Components: cli, client
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.10
>
>
> Currently, cli is included in tajo-client. tajo-client's dependencies are
> likely to be complicated because cli has a variety of commands like HDFS
> commands.
> I propose that cli should be separated from tajo-client. If we do so,
> tajo-client will have very light dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)