Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 92898 invoked from network); 22 Jul 2009 23:14:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 23:14:38 -0000 Received: (qmail 42709 invoked by uid 500); 22 Jul 2009 23:15:42 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 42671 invoked by uid 500); 22 Jul 2009 23:15:42 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 42661 invoked by uid 99); 22 Jul 2009 23:15:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 23:15:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vpuranik@gmail.com designates 209.85.221.188 as permitted sender) Received: from [209.85.221.188] (HELO mail-qy0-f188.google.com) (209.85.221.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 23:15:33 +0000 Received: by qyk26 with SMTP id 26so776179qyk.5 for ; Wed, 22 Jul 2009 16:15:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=dBNKw5uccXmaN/E9Bqjm+ZoRoiJj4t7yITlYLCFOT+s=; b=PWSIbxR+vN9FPG08HHXE1eUuUm+pQrySAKRHNYr+ufCEfy4xUDxawBENmPYTPkJmZq PMvh7RtvslBWw9PEUwe2QxoDo8Y/9k1XpsRLCMdxo+iFmR4m2VPTZNgVFgnRow3SxkDl qihnEwwPv0h2CEzDpMQZJeeCVfxfk0yW1yBA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fcdlnpFNFvS204oUTDwuQAI+27pCE5KYKDsUhBAE2nNJJ4wb0yJ1GFcJZq/kpKckLq utzxlJLbtqpEJ549x9pxe3bhkVGeUP2ZjQHYxZZN+F4yfLuCyK8FxVL1huHb75tFzSXB W4x0mD4gU3Et4P9Sg49S7tp11C1tYGkiL/JpY= MIME-Version: 1.0 Received: by 10.220.85.141 with SMTP id o13mr1134324vcl.118.1248304511473; Wed, 22 Jul 2009 16:15:11 -0700 (PDT) In-Reply-To: <7c962aed0907221543r529c541id081b4fadabd4552@mail.gmail.com> References: <2eef7bd70907221029u330cadc7w3a7f5a4993dd5ee4@mail.gmail.com> <7c962aed0907221543r529c541id081b4fadabd4552@mail.gmail.com> Date: Wed, 22 Jul 2009 16:15:11 -0700 Message-ID: <2eef7bd70907221615q74b0144cl5d04d01de7fa9557@mail.gmail.com> Subject: Re: Spring classes for HBase From: Vaibhav Puranik To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e6469ca8fa58fa046f538a89 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6469ca8fa58fa046f538a89 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I will add it as soon as I fix upload the updated classes. I had to update the spring classes to remove hbase.master and replace it by hbase.zookeeper.quorum. It will be great if you can tell me which properties do we need to configure in client. I can accordingly change code and spring configuration. Regards, Vaibhav Puranik, Gumgum On Wed, Jul 22, 2009 at 3:43 PM, stack wrote: > Excellent. Please add a link here: > http://wiki.apache.org/hadoop/SupportingProjects. > St.Ack > > On Wed, Jul 22, 2009 at 10:29 AM, Vaibhav Puranik >wrote: > > > Hi Everybody, > > > > We have created Spring like classes - *HBaseTemplate, HBaseCallback and > > HBaseConfigurationFactoryBean* for all the *Spring Framework* fans. > > > > This will make it easy to use HBase with Spring Framework. *You can > > download > > the classes from following Spring Framework issue:* > > http://jira.springframework.org/browse/SPR-5950 > > > > Here is how you would configure your spring beans: > > > > > > > > > > > > > class="com.gumgum.hbase.HBaseConfigurationFactoryBean"> > > > > > > > > class="org.apache.hadoop.hbase.client.HTablePool"> > > > > > > > > > > > > Please note that hbase.master and hbase.htable.pool.size are the > > configurable variables. > > > > These classes are built on the top of the new HTablePool written by Ken > > Weiner and Jonathan Gray. > > > > Regards, > > Vaibhav Puranik, > > Gumgum > > > --0016e6469ca8fa58fa046f538a89--