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 E7D4A99C2 for ; Thu, 2 Feb 2012 07:31:18 +0000 (UTC) Received: (qmail 83709 invoked by uid 500); 2 Feb 2012 07:31:13 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 83258 invoked by uid 500); 2 Feb 2012 07:31:02 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 83249 invoked by uid 99); 2 Feb 2012 07:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 07:30:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of psychidris@gmail.com designates 209.85.214.48 as permitted sender) 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, 02 Feb 2012 07:30:50 +0000 Received: by bkbzt19 with SMTP id zt19so2628141bkb.35 for ; Wed, 01 Feb 2012 23:30:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iKZrz91gLGellC5KByCuVTNyFfhvfUzVB4Zs7dKM56Q=; b=A7eaKMsI+eYEMi5NOGuQXFd+QjycuBYpd7sXzvuH9NSuDfWNhAGUc9TLL0o4+eQ7V9 Z1WDPRsszrRkyRJgk/8yz1wxZSAlnOaNQ3ccbZudbuJH2KQ6wdnc6IaJjenYhJmsMN7n gWb89WT75G2bu7CKsqGyj7dXu58rfNyKTOwTA= MIME-Version: 1.0 Received: by 10.204.174.13 with SMTP id r13mr750082bkz.122.1328167828506; Wed, 01 Feb 2012 23:30:28 -0800 (PST) Received: by 10.205.24.137 with HTTP; Wed, 1 Feb 2012 23:30:28 -0800 (PST) In-Reply-To: References: <88AB8EB2D3F1D249AE07FAFFF17A396F025E788948@HZU1EXCH02.hq.exar.com> Date: Thu, 2 Feb 2012 13:00:28 +0530 Message-ID: Subject: Re: reduce no response From: Idris Ali To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=bcaec5196d9f9ec66104b7f62b7b --bcaec5196d9f9ec66104b7f62b7b Content-Type: text/plain; charset=ISO-8859-1 Hi Jinyan, To quickly check if it has to do with resolving the ip address, can you check what is the hostname of the system? A quick hack would be to rename host itself as "localhost" if you are using cloudera's pseudo cluster hadoop for testing. Thanks, -Idris On Wed, Feb 1, 2012 at 4:24 PM, Harsh J wrote: > Jinyan, > > Am not sure what your problem here seems to be - the client hanging or > the job itself hanging. Could you provide us some more information on > what state the job is hung in, or expand on the job client hang? > Having a jstack also helps whenever you run into a JVM hang. > > On Wed, Feb 1, 2012 at 3:46 PM, Jinyan Xu wrote: > > Hi all, > > > > Do terasort use 4 reduce 8 map , when all maps finish reduce no response. > > > > Debug messages like: > > > > 12/02/02 01:42:47 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7126 > > 12/02/02 01:42:47 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7126 > > 12/02/02 01:42:47 DEBUG ipc.RPC: Call: getJobStatus 1 > > 12/02/02 01:42:48 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7127 > > 12/02/02 01:42:48 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7127 > > 12/02/02 01:42:48 DEBUG ipc.RPC: Call: getTaskCompletionEvents 0 > > 12/02/02 01:42:48 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7128 > > 12/02/02 01:42:48 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7128 > > 12/02/02 01:42:48 DEBUG ipc.RPC: Call: getJobStatus 1 > > 12/02/02 01:42:49 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7129 > > 12/02/02 01:42:49 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7129 > > 12/02/02 01:42:49 DEBUG ipc.RPC: Call: getTaskCompletionEvents 0 > > 12/02/02 01:42:49 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7130 > > 12/02/02 01:42:49 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7130 > > 12/02/02 01:42:49 DEBUG ipc.RPC: Call: getJobStatus 1 > > 12/02/02 01:42:50 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7131 > > 12/02/02 01:42:50 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7131 > > 12/02/02 01:42:50 DEBUG ipc.RPC: Call: getTaskCompletionEvents 1 > > 12/02/02 01:42:50 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7132 > > 12/02/02 01:42:50 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7132 > > 12/02/02 01:42:50 DEBUG ipc.RPC: Call: getJobStatus 0 > > 12/02/02 01:42:51 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop sending #7133 > > 12/02/02 01:42:51 DEBUG ipc.Client: IPC Client (47) connection to > localhost/127.0.0.1:9001 from hadoop got value #7133 > > > > > > ________________________________ > > The information and any attached documents contained in this message > > may be confidential and/or legally privileged. The message is > > intended solely for the addressee(s). If you are not the intended > > recipient, you are hereby notified that any use, dissemination, or > > reproduction is strictly prohibited and may be unlawful. If you are > > not the intended recipient, please contact the sender immediately by > > return e-mail and destroy all copies of the original message. > > > > -- > Harsh J > Customer Ops. Engineer > Cloudera | http://tiny.cloudera.com/about > --bcaec5196d9f9ec66104b7f62b7b--