Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 41284 invoked from network); 23 Jul 2010 21:23:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 21:23:30 -0000 Received: (qmail 30987 invoked by uid 500); 23 Jul 2010 21:23:30 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 30914 invoked by uid 500); 23 Jul 2010 21:23:29 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 30906 invoked by uid 99); 23 Jul 2010 21:23:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 21:23:29 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qw0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 21:23:24 +0000 Received: by qwk4 with SMTP id 4so4851632qwk.14 for ; Fri, 23 Jul 2010 14:23:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=jpcYT2lX7R3vV5aHtrXdF2LmklYENjnlMuOTr4cqCog=; b=CdDy5WEerorq0M/jhQc3pRxpcTr+B7neWZyCIuXDXU/Er8MfKF4NTb6EEwJx+7AXUI gMxFQ+ycqO1lh2X9Y7C9WPzHa3pVkpsZ2muCLpQVY3uUhCqaxRVGS0ypcdg5jbofJstF TCP25JufpaPuIX3QHDyE2f65VyfeeUKphdsW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=v/VhFdXSSKULi39Z1NbfD4lMGnXZMEzjUkMtq5ZhJClmxwkE8j52XrpOdBiV9J2mH/ TgTHY/YoTDC+46KSljRI7zzHs/X/LGXKRTqTW0hN/oLpLf5sn/tLA6xxEp+Ero1BeBTb DjZkPgOYN84QkocCuPN4dgRtofKhxG37EORy4= MIME-Version: 1.0 Received: by 10.224.95.159 with SMTP id d31mr3165906qan.146.1279920183405; Fri, 23 Jul 2010 14:23:03 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.229.245.5 with HTTP; Fri, 23 Jul 2010 14:23:03 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Jul 2010 14:23:03 -0700 X-Google-Sender-Auth: nTt9UxFlNRJzIAI6-3G7BIEtt7M Message-ID: Subject: Re: Running HBase Junit Testcases on local machine From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Fri, Jul 23, 2010 at 11:11 AM, Gagandeep Singh wrote: > Do I need to make changes in any other configuration files. You cannot configure it to run tests against a remote cluster. You'd have to change code to make that work. Study any test. See how in setup, they'll go ahead an put up a mini*cluster first. Thats the bit you'd need to change adding a flag of some sort that said use remote cluster instead of staring own locally. St.Ack