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 2018/07/30 18:22:54 UTC

[6/6] storm git commit: Merge branch 'STORM-2947-thrift' of https://github.com/srdo/storm into STORM-2947

Merge branch 'STORM-2947-thrift' of https://github.com/srdo/storm into STORM-2947

STORM-2947: Remove deprecated field and method from Thrift

This closes #2761


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

Branch: refs/heads/master
Commit: c8896efcca5b6101942f51434d2100f45df456c6
Parents: 9cc5b72 950bd18
Author: Robert Evans <ev...@yahoo-inc.com>
Authored: Mon Jul 30 13:01:54 2018 -0500
Committer: Robert Evans <ev...@yahoo-inc.com>
Committed: Mon Jul 30 13:01:54 2018 -0500

----------------------------------------------------------------------
 .../apache/storm/generated/ClusterSummary.java  |  108 -
 .../jvm/org/apache/storm/generated/Nimbus.java  | 2519 ++++++------------
 storm-client/src/py/storm/Nimbus-remote         |    7 -
 storm-client/src/py/storm/Nimbus.py             |  201 --
 storm-client/src/py/storm/ttypes.py             |   15 +-
 storm-client/src/storm.thrift                   |   10 +-
 .../storm/security/auth/nimbus_auth_test.clj    |    2 -
 .../java/org/apache/storm/LocalCluster.java     |    5 -
 .../org/apache/storm/daemon/nimbus/Nimbus.java  |   23 -
 9 files changed, 776 insertions(+), 2114 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c8896efc/storm-server/src/main/java/org/apache/storm/LocalCluster.java
----------------------------------------------------------------------