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 EC00E1099F for ; Sat, 10 Aug 2013 12:05:38 +0000 (UTC) Received: (qmail 348 invoked by uid 500); 10 Aug 2013 12:05:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 263 invoked by uid 500); 10 Aug 2013 12:05:23 -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 252 invoked by uid 99); 10 Aug 2013 12:05:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Aug 2013 12:05:20 +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 vkjk89@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Aug 2013 12:05:13 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so5297204pbb.20 for ; Sat, 10 Aug 2013 05:04:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XVumZuQIWnfBJSsWud+oQLCatFGyTLJrfr5RblQHAa8=; b=NBdRneHG7P4vaSPbtKwUue67Szk6wcZ516+EGW+rcVtZDWapi+fLhLgPDCmot/m7zU cy/mEaG05Ro5SW2doDK+Tn6iixPA74OSVkgbN6z+vuPotqTDASe4v3fvGNWdqlAzkJv6 dx1Cznq15NQ381e2/c+8IKubtt98yvcBpixN9ueKYsG64/U5tnABXAYLqqRpKNs1hncg aaQSQaorSWHQR+R3Y9fwmMT/yRQJT1KUz+0KpnVWFMqxcJqkxqCPjLAQe7k1rlfy5rK9 tHXBDJaRESBzfyeGW/hEmnYZWtwVCAhSznY0skibgd7D7tpFITgzb8518aYFyRegLdhp oPyQ== MIME-Version: 1.0 X-Received: by 10.66.9.71 with SMTP id x7mr5282197paa.37.1376136292203; Sat, 10 Aug 2013 05:04:52 -0700 (PDT) Received: by 10.70.89.226 with HTTP; Sat, 10 Aug 2013 05:04:52 -0700 (PDT) Date: Sat, 10 Aug 2013 17:34:52 +0530 Message-ID: Subject: maxSize parameter in HTablePool class From: Vimal Jain To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec520ebdbdc014604e396b27c X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520ebdbdc014604e396b27c Content-Type: text/plain; charset=ISO-8859-1 I am using HTablePool class in my client code to interact with Hbase. I see many constructors for this class ,one of them is : HTablePool(org.apache.hadoop.conf.Configuration config, int maxSize) Can anyone please help in understanding the second parameter (maxSize). -- Thanks and Regards, Vimal Jain --bcaec520ebdbdc014604e396b27c--