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 2014/07/29 22:58:37 UTC

[38/50] git commit: Merge branch 'Multilang_protocol_loglevel' of https://github.com/dashengju/incubator-storm into STORM-414

Merge branch 'Multilang_protocol_loglevel' of https://github.com/dashengju/incubator-storm into STORM-414

STORM-414: support logging level to multilang protocol spout and bolt


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

Branch: refs/heads/security
Commit: 5f599173f29679b39df924177c7e04452a728d94
Parents: 30efc8a ea30b70
Author: Robert (Bobby) Evans <bo...@apache.org>
Authored: Fri Jul 25 15:00:13 2014 -0500
Committer: Robert (Bobby) Evans <bo...@apache.org>
Committed: Fri Jul 25 15:00:13 2014 -0500

----------------------------------------------------------------------
 .../storm/multilang/JsonSerializer.java         |  7 ++++-
 .../jvm/backtype/storm/multilang/ShellMsg.java  | 26 ++++++++++++++++
 .../jvm/backtype/storm/spout/ShellSpout.java    | 30 ++++++++++++++++--
 .../src/jvm/backtype/storm/task/ShellBolt.java  | 32 ++++++++++++++++++--
 .../jvm/backtype/storm/utils/ShellProcess.java  |  2 +-
 storm-core/src/multilang/py/storm.py            | 19 ++++++++++--
 storm-core/src/multilang/rb/storm.rb            | 24 +++++++++++++--
 7 files changed, 129 insertions(+), 11 deletions(-)
----------------------------------------------------------------------