[GitHub] incubator-quickstep issue #334: Fix iwyu include path

2018-02-27 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/334
  
Merged.


---


[GitHub] incubator-quickstep pull request #334: Fix iwyu include path

2018-02-27 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-quickstep issue #335: Dockerfile Support for Distributed Deploymen...

2018-02-27 Thread zuyu
Github user zuyu commented on the issue:

https://github.com/apache/incubator-quickstep/pull/335
  
@yuanchenl Please review and minimize your changes (i.e, using a stable 
version of `cmake` instead of `rc` version, why installing `grpc` twice (once 
using `apt-get` and built from source code), and so does `protobuf`).

Does this PR achieve the goal that by starting a container specified by the 
modified Dockerfile, `quickstep_cli_shell` is running as a server to accept 
queries from some input interface (say browser)?


---


[GitHub] incubator-quickstep pull request #335: Dockerfile Support for Distributed De...

2018-02-27 Thread yuanchenl
GitHub user yuanchenl opened a pull request:

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

Dockerfile Support for Distributed Deployment



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

$ git pull https://github.com/yuanchenl/incubator-quickstep master

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

https://github.com/apache/incubator-quickstep/pull/335.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 #335


commit 2e8c824a54f1ed51bf8af146f3303fc6c176ce9f
Author: Yuanchen Li 
Date:   2018-02-28T01:58:22Z

Dockerfile Support for Distributed Deployment




---