GitHub user cramja opened a pull request:
https://github.com/apache/incubator-quickstep/pull/230
Initial SingleNodeClient implementation
This is the first part of a couple of PRs which will implement basic server
functionality in QS. The basic usage of the client is:
```
$ GLOG_logtostderr=1 ./quickstep_client --port 3001 < my_query.sql
W0408 09:10:28.233783 3400758208 QuickstepClient.cpp:74] RPC call failed
with code 14 and message: Connect Failed
RPC failed
```
The client uses gRPC libraries from the tmb and thus makes some changes to
cli/CMakelists to include necessary libraries.
This will not add additional functionality on top of the the existing CLI,
it merely allows quickstep to run as a separate process.
The next PR will have appropriate changes to the cli to handle network
interactions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cramja/incubator-quickstep initial-sns-client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/230.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 #230
----
commit 77bdb74d3eb53af491ef0bb5629d54208835b3c9
Author: cramja <[email protected]>
Date: 2017-04-08T14:10:57Z
Initial SingleNodeClient implementation
----
---
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.
---