Return-Path: X-Original-To: apmail-flume-user-archive@www.apache.org Delivered-To: apmail-flume-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B572411648 for ; Fri, 1 Aug 2014 18:17:04 +0000 (UTC) Received: (qmail 68458 invoked by uid 500); 1 Aug 2014 18:17:04 -0000 Delivered-To: apmail-flume-user-archive@flume.apache.org Received: (qmail 68399 invoked by uid 500); 1 Aug 2014 18:17:04 -0000 Mailing-List: contact user-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flume.apache.org Delivered-To: mailing list user@flume.apache.org Received: (qmail 68385 invoked by uid 99); 1 Aug 2014 18:17:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 18:17:04 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cshannon108@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yh0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2014 18:17:01 +0000 Received: by mail-yh0-f45.google.com with SMTP id 29so2787787yhl.32 for ; Fri, 01 Aug 2014 11:16:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=e8wO31D6hw79Rfl86HZApbNNi1RLlerwAqXLi6Ptup8=; b=J+Ouk7ad9dCINHlpgXDlbaBY/Mz0YsWupjzQB2MIhFMVAEGV77K4o/8SHylP6bGRnS 6v4W/rjSojpEk/EZWo4fd5yVsnm7SaBLXrSamX8VKRnP9MGmmcG7JQRttk17G0Nyt8Vq r189ArBw296yJ2wlwwT58PlDMdAL78l6lxxjXi42Tcyayc/SQxR+29GsxgX5cuHuX5OL lzVl7Qcm1bGF6Jnl7PzPQ/waFVFMcDOxKIKOSnKCj5/4Jr7Tp6/FVv5BaqjjPwUMeOc6 EICaIn/X3FGRYBFZw5BcXlTMXgC2yOnJLU9Gytyj4GEHHhBOwxU/KHLHlDue9zdEH4hP VVNA== MIME-Version: 1.0 X-Received: by 10.236.19.78 with SMTP id m54mr10349585yhm.134.1406916996820; Fri, 01 Aug 2014 11:16:36 -0700 (PDT) Received: by 10.170.34.83 with HTTP; Fri, 1 Aug 2014 11:16:36 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Aug 2014 13:16:36 -0500 Message-ID: Subject: Re: Kill flume job From: Christopher Shannon To: "user@flume.apache.org" Content-Type: multipart/alternative; boundary=089e01634dced2f7ca04ff95636d X-Virus-Checked: Checked by ClamAV on apache.org --089e01634dced2f7ca04ff95636d Content-Type: text/plain; charset=UTF-8 Charles, To kill the Flume job AND invoke the shutdown hooks for a clean shutdown, use kill -HUP or kill -TERM. Any other signal will kill the JVM without invoking the shutdown hooks. On Fri, Aug 1, 2014 at 1:14 PM, Charles Robertson < charles.robertson@gmail.com> wrote: > Hi all, > > I'm playing with Flume for the first time, so perhaps I'm misunderstanding > something, but I can't find in the documentation any command to stop or > kill or a Flume job - other than shutting the whole machine down, which is > a bit of overkill when you're tinkering and changing things. > > Can anyone enlighten me, please? > > Thanks, > Charles > --089e01634dced2f7ca04ff95636d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Charles,

To kill the Flume job AND invo= ke the shutdown hooks for a clean shutdown, use kill -HUP or kill -TERM. An= y other signal will kill the JVM without invoking the shutdown hooks.


On Fri,= Aug 1, 2014 at 1:14 PM, Charles Robertson <charles.robertson@gm= ail.com> wrote:
Hi all,

I'm playing with Flume for the first time, so perhaps I'm misun= derstanding something, but I can't find in the documentation any comman= d to stop or kill or a Flume job - other than shutting the whole machine do= wn, which is a bit of overkill when you're tinkering and changing thing= s.

Can anyone enlighten me, please?

Thanks,
Charles

--089e01634dced2f7ca04ff95636d--