Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 F0187F8E3 for ; Fri, 10 May 2013 00:50:33 +0000 (UTC) Received: (qmail 82632 invoked by uid 500); 10 May 2013 00:50:31 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 82451 invoked by uid 500); 10 May 2013 00:50:31 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 82443 invoked by uid 99); 10 May 2013 00:50:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 00:50:31 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amansk@gmail.com designates 209.85.160.51 as permitted sender) Received: from [209.85.160.51] (HELO mail-pb0-f51.google.com) (209.85.160.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 00:50:27 +0000 Received: by mail-pb0-f51.google.com with SMTP id wy7so2351357pbc.38 for ; Thu, 09 May 2013 17:50:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=A9rFozW11T/c5EnfA48b/UZrvcRuso60vNPtT1OYEMw=; b=QWkL3H5ikuMri3PiXkxugv6ChAcRdIuE+tZgeLIuxS26axHtuV+r42n5dz6te68hNm qmgGZ8sP91aqQoXimtkQg8QUzSYjn3m39pXvBrOc11n9QIuYUwsL2MOkzYsp1jMwdoT6 VfmeTM/LGcyN42FmVCFaVrCYQXYu6MDH8Y0/Hyt5DN1Il+xbF8m2Cye/P/a9ZdC0UYV3 /Zt5o85dTBaUofqrLdihnLVQR5CSKvIpevPk7551jLoexsYZ0b5XpqqoT/PsfT+/iiZ2 OZaMxT6hjVGMpipmkzv3l8oxlC2AxU0WCujZW9TFu0ARs60uUOn+jJ0FPaX0xfpwA+ms KPNQ== X-Received: by 10.66.148.201 with SMTP id tu9mr15232684pab.56.1368147006931; Thu, 09 May 2013 17:50:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.244.4 with HTTP; Thu, 9 May 2013 17:49:26 -0700 (PDT) In-Reply-To: References: From: Amandeep Khurana Date: Thu, 9 May 2013 17:49:26 -0700 Message-ID: Subject: Re: HBase Support To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=047d7b67826259506804dc528c93 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b67826259506804dc528c93 Content-Type: text/plain; charset=ISO-8859-1 Are you running HBase on your local development box or on some server outside and trying to connect to it from your dev box? On Thu, May 9, 2013 at 6:36 AM, raju wrote: > Hi all, > > I am New to Hbase(Hadoop), and i am working on hbase with standalone > mode.My application running well for some time, after that it displays > > INFO zookeeper.ClientCnxn: Client session timed out, have not heard from > server in 29946ms for sessionid 0x13e88be25cc0004, closing socket > connection > and attempting reconnect > ..... > ..... > > and continuing this message.Then my application will not communicate with > hbase. > > I have Searched in net,but could not found any stuff to resolve this > issue.Please guide me. > I want to know... > > 1.what are the causes of Client session timed out.(and client session > scenario) > > 2.How zookeeper and master and client will communicate in standalone mode > as > well as in distributed mode. > > 3.If there are any configurations to modify please let me know. > > Thanks & Regards. > raju. > > --047d7b67826259506804dc528c93--