As part of the Resource Aware Scheduler(RAS) we have switch things around to
support
https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/scheduler/resource/strategies/scheduling/IStrategy.java
which can be configured on a per topology basis. - Bobby
On Tuesday, March 15, 2016 3:08 AM, devopts <[email protected]> wrote:
Hi,
Thank you for your reply.
I think i have solved my issue throgh the java reflection.
Thanks,
devopts
At 2016-03-15 00:55:37, "Li Wang" <[email protected]> wrote:
>Hi,
>Under current scheduler implementation, I am afraid this can not be achieved.
>Would you please specify the reason why you want different topologies to be
>scheduled by different schedulers.
>
>Thanks.
>Li
>
>
>> On 14 Mar 2016, at 10:51 AM, devopts <[email protected]> wrote:
>>
>> Hi all,
>> I think it is a issue that all topologies only is scheduled by the same
>>scheduler.
>> And it doesn't work when i set the "storm.scheduler" value in my
>> topology,such as
>> config.put(Config.STORM_SCHEDULE,xxx.xxx).
>> Now ,different topologies needs to be scheduled by different schedulers.
>> And how to solve the problem?
>