GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2397
[STORM-2794] Translate backtype.storm to org.apache for
topology.scheduler.strategy if scheduling older version topologies
https://issues.apache.org/jira/browse/STORM-2794
In order to support running workers of older version, when we schedule a
topology of older version, the confs in TopologyDetails could be
"backtype.storm". To make scheduler work, we need to translate "backtype.storm"
to "org.storm" for Config.TOPOLOGY_SCHEDULER_STRATEGY
Tested it manually.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2794
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2397.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2397
----
commit b1622c9940d0353e71f706f78a783b939ab43ed7
Author: Ethan Li <[email protected]>
Date: 2017-10-31T21:02:18Z
[STORM-2794] Translate backtype.storm to org.apache for
topology.scheduler.strategy if scheduling older version topologies
----
---