Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9890C9C80 for ; Wed, 6 Mar 2013 16:00:09 +0000 (UTC) Received: (qmail 46660 invoked by uid 500); 6 Mar 2013 16:00:09 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 46461 invoked by uid 500); 6 Mar 2013 16:00:05 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 46436 invoked by uid 99); 6 Mar 2013 16:00:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 16:00:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mahadev@hortonworks.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 15:59:59 +0000 Received: by mail-we0-f172.google.com with SMTP id d46so4089126wer.3 for ; Wed, 06 Mar 2013 07:59:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=+4/m3Hc7fIibj+Z0driO7JHBrCVO3t0/izegtI38TzM=; b=B/6ALm1etw8qCk4R9qQgLDyXnXuF0mClPWVEvOsfFncSgh/UQ2HhFMDfV7BuoTF8bb KFg8VmenY4kE7Ng0QXn1fzPUaVhksKwmBZfu9W7gzIBMjABYYiCbstBSaJIvTItJxkFJ Ix7cqC4xvSvS8zCrE/d1dWL1ZqoIYtUIS91/gxjRs2RoZuZv2ZLHChBB2OZg8rNd3Gg8 BBXEDxena6RtK8D361WmQ5cwaLUO4kn0n7vM58O1KicKpKv/oFhTG7zmJvVCv5O9ccVD NcT6vvfN/HwD50V3V2NzEfpnTbKHLro59n5WYF65cL8GXeZqAdSIhD7pF6Ht25DosDxQ r2Hw== MIME-Version: 1.0 X-Received: by 10.195.12.133 with SMTP id eq5mr47527449wjd.52.1362585574866; Wed, 06 Mar 2013 07:59:34 -0800 (PST) Received: by 10.180.37.42 with HTTP; Wed, 6 Mar 2013 07:59:34 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Mar 2013 07:59:34 -0800 Message-ID: Subject: Re: failed services debugging From: Mahadev Konar To: ambari-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQl2cw3wFWifJ3AWbXam1xwSfjyuYrHD9aZro1RkKkdoTWn/cdVwL/vj8KlONrXE6NFaZnQ9 X-Virus-Checked: Checked by ClamAV on apache.org Su, There are rest calls implemented for seeing the issues. If its during the install you are seeing issues you can check for all the logs by calling this api: http://:8080/api/v1/clusters//requests/?fields=tasks/* where id can be 1/2/3/4..... depending on how many times you tried the install/start. This should give you the logs for why the installation failed. If you want to open a jira for this, and upload the snapshot of what state your install is in, we can track it on the jira and also will be helpful to debug. thanks mahadev On Wed, Mar 6, 2013 at 1:45 AM, Su Kucherova wrote: > Hi > I used Ambari 1.2.1 with my 5 node cluster and i selected sqoop, pig,oozie > .For some reasons the services failed to start/install > I dont see any logs on the GUI and not many in the ambari-server.log. > > What are ways i can improvemy debugging skills with ambari. > I am looking changing log-levels..looking at specific keywords...something > to speed up > how or where do i do all that.I was expecting a GUI/config page . > > > If it is not present i was thinking of adding a REST call for that... > > > Thanks > Su