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 A79799E7D for ; Thu, 19 Jul 2012 00:38:10 +0000 (UTC) Received: (qmail 8065 invoked by uid 500); 19 Jul 2012 00:38:08 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 8010 invoked by uid 500); 19 Jul 2012 00:38:08 -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 8002 invoked by uid 99); 19 Jul 2012 00:38:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 00:38:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 00:38:01 +0000 Received: by obhx4 with SMTP id x4so3793381obh.14 for ; Wed, 18 Jul 2012 17:37:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=5Y0vkUVGEJ9wGBJ7707S8QbMdqsH/k9T0vdlnZj7BoM=; b=jMItchorOUx/zb8cZhwv771nsVVC2Y4fP0GGBdwAjbgAp/Tx38LsWTtEGCQkAismib JG09cVWHm5yVctZeoBGVBDHxfNh4IYlPKzuYWHLP6mxGy3KXFGjRXMy76n8kRfTi6i6q +uwNkKOgcGJ6ZsNFDLy+l+7IfePLxD5aw2grx9E3H5kwI6RScZ31OGKEseMe2O4nh8Xy hrx8PbmPXrzIvp0Y6MeZQSMgpel5F3nPnqj/i2mFOEz6vIrOKbj5GNFTdavDNAhi5hy5 lU13XlSDRTmWhZ13iHQJMp4uL5cQA1mEvma1hTdwuA86j8b5rq15YS4dOsCYYjgIzRAt AvUw== MIME-Version: 1.0 Received: by 10.182.157.84 with SMTP id wk20mr4098844obb.57.1342658260397; Wed, 18 Jul 2012 17:37:40 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.182.74.71 with HTTP; Wed, 18 Jul 2012 17:37:40 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Jul 2012 02:37:40 +0200 X-Google-Sender-Auth: L-STNTjC32VHvnFqtGtLH844iOY Message-ID: Subject: Re: Client side hbase-site.xml config From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Thu, Jul 19, 2012 at 2:36 AM, Mohit Anchlia wrote: > I just wanted to check if most people copu hbase-site.xml in the classpath > or use some properties file as a resource and then set it in Configuration > object returned by HBaseConfiguration.*create*(); The former in my experience. St.Ack