RE: could assign Topology execute in some supervisor

2014-07-21 Thread chenlax
@Nathan Leung,i want just want limit the max works num,then set spout,blot nums,then observe the infos when total nums larger than max nums or less than max nums. Thanks, Lax Date: Thu, 17 Jul 2014 12:08:48 -0400 Subject: RE: could assign Topology execute in some supervisor From: ncle

RE: could assign Topology execute in some supervisor

2014-07-17 Thread chenlax
Subject: RE: could assign Topology execute in some supervisor Date: Tue, 15 Jul 2014 17:41:27 +0800 yes, i restart nimbus after change conf. Thanks, Lax Date: Fri, 11 Jul 2014 11:35:07 -0400 Subject: Re: could assign Topology execute in some supervisor From: ncle...@gmail.com To: user

RE: could assign Topology execute in some supervisor

2014-07-17 Thread Nathan Leung
setNumWorkers(55),but a supervisor's slots only 14,so when i submit topology,it will work until wait for enough resources. Thanks, Lax -- From: lax...@hotmail.com To: user@storm.incubator.apache.org Subject: RE: could assign Topology execute in some supervisor Date

RE: could assign Topology execute in some supervisor

2014-07-10 Thread chenlax
-1404979653ACTIVE58s000 Nimbus conf: isolation.scheduler.machines{hellotest 1} Thanks, Lax Date: Tue, 8 Jul 2014 09:07:27 -0400 Subject: RE: could assign Topology execute in some supervisor From: ncle...@gmail.com To: user@storm.incubator.apache.org Does the isolation scheduler suit your needs

Re: could assign Topology execute in some supervisor

2014-07-10 Thread Nathan Leung
...@hotmail.com To: user@storm.incubator.apache.org Subject: RE: could assign Topology execute in some supervisor Date: Thu, 10 Jul 2014 16:14:12 +0800 i try use isolation.scheduler,but when i submit topology,the topology can't get any works. Cluster SummaryVersionNimbus uptimeSupervisorsUsed

RE: could assign Topology execute in some supervisor

2014-07-10 Thread chenlax
other topology also can't get works. Thanks, Lax From: lax...@hotmail.com To: user@storm.incubator.apache.org Subject: RE: could assign Topology execute in some supervisor Date: Thu, 10 Jul 2014 16:14:12 +0800 i try use isolation.scheduler,but when i submit topology,the topology can't get any

Re: could assign Topology execute in some supervisor

2014-07-08 Thread Tomas Mazukna
yes, config.setNumWorkers(2); this will run 2 worker processes, usually on 2 separate supervisor machines. On Tue, Jul 8, 2014 at 6:12 AM, chenlax lax...@hotmail.com wrote: The Storm has 8 supervisors,i want assign a topology run in 2 superviosrs,and the 2 supercisor only

RE: could assign Topology execute in some supervisor

2014-07-08 Thread chenlax
i means assign 2 supervisor machines execute a topology,the worker number more than 2.maybe 10 or more. Thanks, Lax Date: Tue, 8 Jul 2014 08:11:30 -0400 Subject: Re: could assign Topology execute in some supervisor From: tomas.mazu...@gmail.com To: user@storm.incubator.apache.org yes

RE: could assign Topology execute in some supervisor

2014-07-08 Thread Nathan Leung
-- Date: Tue, 8 Jul 2014 08:11:30 -0400 Subject: Re: could assign Topology execute in some supervisor From: tomas.mazu...@gmail.com To: user@storm.incubator.apache.org yes, config.setNumWorkers(2); this will run 2 worker processes, usually on 2