move topologies between servers

2016-04-21 Thread Andrey Dudin
Hi all. Do someone have working way to move topologies between servers or up topology on specific server? Is it possible? -- С уважением Дудин Андрей

Re: how can i increase size of heap

2016-04-16 Thread Andrey Dudin
torm.yaml > worker.childopts: "-Xmx2048m -XX:MaxPermSize=256m -XX:+PrintGCDetails > -XX:+PrintGCTimeStamps -verbose:gc > -Xloggc:/usr/local/storm/logs/gc-storm-worker-%6700%.log" > > what should i write in this statement ? > > > On Saturday, April 16, 2016, Andrey Dudin <doodin

Re: how can i increase size of heap

2016-04-16 Thread Andrey Dudin
>i want to increase size of heap for worker to -Xms4G how can i write it in storm.yaml ? add this option to worker.childopts 2016-04-16 7:34 GMT+03:00 sam mohel : > i want to increase size of heap for worker to -Xms4G how can i write it in > storm.yaml ? > > and how can i

Re: storm debug messages in worker logs

2016-04-15 Thread Andrey Dudin
> > and > > storm-core/src/jvm/org/apache/storm/messaging/netty/Server.java: > LOG.debug("Getting metrics for server on port {}", port); > > are both being logged in my topology worker logs. > > Thanks > > On 14 April 2016 at 16:04 Andrey Dudin <doodin...@

Re: storm debug messages in worker logs

2016-04-14 Thread Andrey Dudin
And check log4j config. 2016-04-14 17:56 GMT+03:00 John Bush : > check your topology config, I suspect this would cause that behavior > > topology.debug : true > > > On Thu, Apr 14, 2016 at 7:42 AM, wrote: > > Hi, > > > > storm version .10 > >

Re: How to set number of slots in storm.yaml

2016-04-12 Thread Andrey Dudin
Try to use 1.2-1.5 process per cpu and watch. Count of process per CPU strongly depends on the application. You can find best coefficient only empirically. 2016-04-12 9:43 GMT+03:00 sujitha chinnu : > Hai all, > > I too have the same question.In storm.yaml

Re: How to set number of slots in storm.yaml

2016-04-12 Thread Andrey Dudin
ion > Still remains as a lock. > machine. > > > > *Best regards,* > > *K.Sai Dilip Reddy.* > > On Mon, Apr 11, 2016 at 9:29 PM, Andrey Dudin <doodin...@gmail.com> wrote: > >> Hi Nikos. >> >> Yes, you are right, but sometimes java application

Re: How to set number of slots in storm.yaml

2016-04-11 Thread Andrey Dudin
read on a different machine. > > Also, if you need a lot of memory, you can start your worker process with > as much Heap memory you want. > > Cheers, > Nikos > > On Mon, Apr 11, 2016 at 9:15 AM, Andrey Dudin <doodin...@gmail.com> wrote: > >> Hi, >> It's

Re: How to set number of slots in storm.yaml

2016-04-11 Thread Andrey Dudin
Hi, It's depend by code. Usually starting from 1-1,5 process per core. 2016-04-11 16:10 GMT+03:00 Sai Dilip Reddy Kiralam < dkira...@aadhya-analytics.com>: > > Hi All, > > I'm using a 16 core cpu as my supervisor node.My doubt is How many > supervisor.slots should I set in supervisor storm.yaml

Re: Topology code distribution takes too much time

2016-03-27 Thread Andrey Dudin
Hi Igor. Try to dump threads and look on it. I think you can find problem in dump. Look at lan, cpu and ram load. Maybe you CPU overloaded or ram and lan. 2016-03-27 21:26 GMT+03:00 Igor Kuzmenko : > Hello, I'm using Hortonworks Data Platform v2.3.4 with included storm 0.10.

Re: Kerberos for storm ui

2016-03-20 Thread Andrey Dudin
Hi. Yes, under storm user I run kinit before start Storm ui. понедельник, 21 марта 2016 г. пользователь Harsha написал: > > Did you try using kinit with the keytab . Make sure its the same unix user > who is running storm UI > > On Fri, Mar 18, 2016, at 02:58 PM, Andrey Dudin wro

Kerberos for storm ui

2016-03-18 Thread Andrey Dudin
Hi guys. I try to configure Kerberos for Storm. I use storm 0.10. Now I try configure only UI, without other components. I add to config: ui.filter: "org.apache.hadoop.security.authentication.server.AuthenticationFilter" ui.filter.params: "type": "kerberos" "kerberos.principal":