Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 26467 invoked from network); 6 Dec 2010 17:37:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Dec 2010 17:37:00 -0000 Received: (qmail 22559 invoked by uid 500); 6 Dec 2010 17:36:59 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 22427 invoked by uid 500); 6 Dec 2010 17:36:59 -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 22419 invoked by uid 99); 6 Dec 2010 17:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 17:36:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdcryans@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Dec 2010 17:36:54 +0000 Received: by fxm8 with SMTP id 8so158700fxm.14 for ; Mon, 06 Dec 2010 09:36:33 -0800 (PST) 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=pd7yrECtJsTbTu5ldNUxOuPquo0JCk2GKid/PdPv/8o=; b=EM9YKBpd9fPYt7HJwW/4mB8xOuvokYcQzQwgt0Z4Qo/9viOVoB1Fg+NEm9T42vauLC y2J/+Rw5Xhmy6HByavuiItrAlJjrtE2IyLcqQSkb5jPOGyCBkzuDldD0nukgu5TO04tl 9+6HbqefnuWjEC3tbgXh7iA32CKtjFWx1Gxp8= 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=i/ZPl1STg2so3r7BC0oxpEdQV0Y0OmKjSjqxaoUi154umiEzGB9zRPSWlvlZsNZ/KS iqgnzBxLCQPkJW46R1KsL4bKXLwixwRGKVtmQ7rNRfqzznbGjpupYPNvTt0UVZI+R1mc iAMCd9o0nUJuA7bsXo6nk14xOunD8J/01YBgM= MIME-Version: 1.0 Received: by 10.223.86.196 with SMTP id t4mr5517587fal.34.1291656993549; Mon, 06 Dec 2010 09:36:33 -0800 (PST) Sender: jdcryans@gmail.com Received: by 10.223.86.133 with HTTP; Mon, 6 Dec 2010 09:36:33 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Dec 2010 09:36:33 -0800 X-Google-Sender-Auth: ieadDfdiIIkfUJnRO7u9jGVgWKY Message-ID: Subject: Re: Running Fully Distributed Operation in a single Machine From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Just set hbase.cluster.distributed to true, point your hbase.rootdir to your local HDFS, directly start-hbase and you have a fully distributed operation on a single machine. J-D On Mon, Dec 6, 2010 at 9:31 AM, Thanh Do wrote: > Hi all, > > Is it possible to run fully distributed operation in > a single machine, by playing around with config > files and the port parameter? > Any one ever try that? > > Thanks much > Thanh >