You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/07/06 14:13:56 UTC

[3/4] storm git commit: Merge branch 'STORM-2609' of https://github.com/revans2/incubator-storm into STORM-2609

Merge branch 'STORM-2609' of https://github.com/revans2/incubator-storm into STORM-2609

STORM-2609: Simple command line DRPC Client


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8f829ddb
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8f829ddb
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8f829ddb

Branch: refs/heads/master
Commit: 8f829ddb40bae579d6416b0128ac72861fd98ac7
Parents: 23d0c41 85396df
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Thu Jul 6 08:15:10 2017 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Thu Jul 6 08:15:10 2017 -0500

----------------------------------------------------------------------
 bin/storm.py                                    | 21 +++++-
 docs/Command-line-client.md                     | 35 ++++++++++
 docs/Distributed-RPC.md                         | 34 +++++++---
 docs/STORM-UI-REST-API.md                       | 25 +++++++
 docs/Setting-up-a-Storm-cluster.md              | 21 +++++-
 .../apache/storm/starter/BasicDRPCTopology.java |  2 +-
 .../jvm/org/apache/storm/utils/DRPCClient.java  | 41 +++++++++--
 .../apache/storm/command/BasicDrpcClient.java   | 71 ++++++++++++++++++++
 .../java/org/apache/storm/daemon/drpc/DRPC.java | 34 ++++++++--
 9 files changed, 262 insertions(+), 22 deletions(-)
----------------------------------------------------------------------