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 2016/03/10 15:33:56 UTC

[09/10] storm git commit: Merge branch 'master' of https://github.com/bastiliu/storm into STORM-1269

Merge branch 'master' of https://github.com/bastiliu/storm into STORM-1269

STORM-1269: port backtype.storm.daemon.common to java


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

Branch: refs/heads/master
Commit: 0daa1f4e721779237a86d9d70e7e14b65a3bc50e
Parents: 81fb727 cdbe744
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Mar 10 08:18:10 2016 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Mar 10 08:18:10 2016 -0600

----------------------------------------------------------------------
 .../src/clj/org/apache/storm/converter.clj      |  15 +
 .../src/clj/org/apache/storm/daemon/common.clj  | 350 +-----------
 .../clj/org/apache/storm/daemon/executor.clj    |  24 +-
 .../clj/org/apache/storm/daemon/logviewer.clj   |   2 +-
 .../src/clj/org/apache/storm/daemon/nimbus.clj  |  63 +--
 .../clj/org/apache/storm/daemon/supervisor.clj  |   9 +-
 .../src/clj/org/apache/storm/daemon/task.clj    |   5 +-
 .../src/clj/org/apache/storm/daemon/worker.clj  |  24 +-
 storm-core/src/clj/org/apache/storm/testing.clj | 100 ++--
 storm-core/src/clj/org/apache/storm/ui/core.clj |  15 +-
 .../org/apache/storm/daemon/DaemonCommon.java   |  22 +
 .../org/apache/storm/daemon/StormCommon.java    | 537 +++++++++++++++++++
 .../storm/utils/StormCommonInstaller.java       |  43 ++
 .../src/jvm/org/apache/storm/utils/Utils.java   |  16 +
 .../org/apache/storm/integration_test.clj       |   6 +-
 .../test/clj/org/apache/storm/nimbus_test.clj   | 121 +++--
 .../apache/storm/security/auth/auth_test.clj    |   3 +-
 .../clj/org/apache/storm/supervisor_test.clj    |  11 +-
 18 files changed, 837 insertions(+), 529 deletions(-)
----------------------------------------------------------------------