Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 9DD3ADCA3 for ; Thu, 6 Sep 2012 08:54:49 +0000 (UTC) Received: (qmail 59893 invoked by uid 500); 6 Sep 2012 08:54:44 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 59559 invoked by uid 500); 6 Sep 2012 08:54:43 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 59535 invoked by uid 99); 6 Sep 2012 08:54:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 08:54:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.48] (HELO mail-bk0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 08:54:33 +0000 Received: by bkty5 with SMTP id y5so679452bkt.35 for ; Thu, 06 Sep 2012 01:54:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:x-gm-message-state; bh=THRpKVtCLv1Jl9ThP4sm3hRKlxE1xbTFPmxFFfjrLGE=; b=hglyjDgbsOmFh5gQbWiVOiPcO6eE+EjlXjuSqb347H57L3ct18k5YUUnk1LKBRdGFf G7uw9DLy+DKDKhUjfDXX6FcJ6Y7H3qN2NsT3Eu0Nu+c1cKFKAIavbTUuCug4zxU4Ygy5 JwFlmU+/nmfz5e+dV667LeuAIDqCVKbYfrhdkd6LuBNeMDeWpHyx3YG3PhisFvnCHBJi wxTqgVS2R4we40CfZw9qBuE5pEdC3nHoPieVaO+ZszqVYlXKKTZJkIbMcD9YInWfBAVa s0kPJMzI2EYx+QOp3TY3m2rBP9tmlXPOKWr5KWO25J+XWTS9sd2sCCFpl/KOrScyy26K GSdg== Received: by 10.204.129.76 with SMTP id n12mr407273bks.18.1346921653293; Thu, 06 Sep 2012 01:54:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.115.209 with HTTP; Thu, 6 Sep 2012 01:53:53 -0700 (PDT) X-Originating-IP: [31.36.136.112] In-Reply-To: References: From: Julien Muller Date: Thu, 6 Sep 2012 10:53:53 +0200 Message-ID: Subject: Re: Is there a way to get notificaiton when the job is failed? To: user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl1j1T1v/xzzGCPPuww6pvCqaRdK2uCIDkBdPP39QWOX/i2+3Eb90ugMhHaNMiPcZHJ59hQ Hi, We use oozie for this kind of notification. Not really a monitoring tool, it is a workflow system. http://incubator.apache.org/oozie/docs/3.1.3/docs/DG_EmailActionExtension.html Julien 2012/9/6 WangRamon : > Hi Guys > > Is there some 3rd party monitor tool that i can use to monitor the hadoop > cluster, especially that i can get a notification/email when there is a job > failed? Thanks for any suggestion. > > Cheers > Ramon > >