|
|
+
文杰徐 2013-01-22, 13:42
+
Liting Hu 2013-01-22, 16:40
+
Alexander Alten-Lorenz 2013-01-22, 16:53
-
Re: how to stop flume-ng through command line?Mike Percy 2013-01-23, 21:43
Don't kill -9 (SIGKILL) unless you absolutely have to.
Just send it a SIGINT or SIGQUIT and it will gracefully shut down. So as Alex says, a regular "kill <pid>" will do. Regards Mike On Tue, Jan 22, 2013 at 8:53 AM, Alexander Alten-Lorenz <[EMAIL PROTECTED] > wrote: > You could use "nohup flume-ng command-line &" > Later you could simply kill the PID. > > - Alex > > On Jan 22, 2013, at 5:40 PM, Liting Hu <[EMAIL PROTECTED]> wrote: > > > you can use kill -9 ... ;) > > > > On Tue, Jan 22, 2013 at 8:42 AM, 文杰徐 <[EMAIL PROTECTED]> wrote: > > > >> Hi all, > >> > >> > >> Does any body know how to stop flume-ng through command line? I opened > this > >> script and did not see any stop() entry... a little confused... > >> > >> > >> > >> Thanks & B.rgds > >> > >> > >> Gary > >> > >> 2012.1.22 > >> > > -- > Alexander Alten-Lorenz > http://mapredit.blogspot.com > German Hadoop LinkedIn Group: http://goo.gl/N8pCF > > |