GitHub user cramja opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/232

    Adds network cli interface.

    # Adds Network CLI functionality to Single Node
    
    **Functional Changes include:**
    Then, run quickstep in `network` mode (defaults to `local`)
    
    `quickstep_cli_shell --mode=network`
    
    Now quickstep boots a server, you can interact using the client 
executable...
    
    `quickstep_client < my_query.sql`
    
    **Code Changes include:**
    * Adds a generic IO interface
      * Hides Linereader from CLI behind class `LocalIO`
      * New `NetworkIO` also hidden here
    * Adds tests for NetworkIO
    * Adds simple Client executable 
    * Cmake flag to disable (`ENABLE_NETWORK_CLI=false`)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cramja/incubator-quickstep 
implements-network-cli

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/232.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 #232
    
----
commit 28195c008d33328c72e20ded106d3771158cda37
Author: cramja <marc.spehlm...@gmail.com>
Date:   2017-04-17T22:58:26Z

    Adds network cli interface.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to