Merge branch 'STORM-3206' of https://github.com/Ethanlm/storm into STORM-3206
STORM-3206: validate topoConf only against Config.java during submission This closes #2823 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/f3c14378 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/f3c14378 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/f3c14378 Branch: refs/heads/master Commit: f3c14378e4ef48e1516242acd2fd24d287702e98 Parents: 8f9061a 45fc760 Author: Robert Evans <ev...@yahoo-inc.com> Authored: Wed Sep 12 16:13:46 2018 -0500 Committer: Robert Evans <ev...@yahoo-inc.com> Committed: Wed Sep 12 16:13:46 2018 -0500 ---------------------------------------------------------------------- storm-client/src/jvm/org/apache/storm/StormSubmitter.java | 6 +++--- .../jvm/org/apache/storm/validation/ConfigValidation.java | 8 ++++++++ .../src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) ----------------------------------------------------------------------