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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---