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 B307DDAF3 for ; Mon, 26 Nov 2012 17:44:46 +0000 (UTC) Received: (qmail 1566 invoked by uid 500); 26 Nov 2012 17:44:44 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 1513 invoked by uid 500); 26 Nov 2012 17:44:44 -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 1505 invoked by uid 99); 26 Nov 2012 17:44:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 17:44:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bk0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 17:44:39 +0000 Received: by mail-bk0-f41.google.com with SMTP id jg9so5572668bkc.14 for ; Mon, 26 Nov 2012 09:44:18 -0800 (PST) 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=iiZTKNvDN9JvMIHAoZYci35VHUyG3rmlwuf0AJ8qyXg=; b=BlArfrsIG4lgygh1kyL5lmA/3feJxQunchabTS/L5n7e25c24RnWRJrZOuxaj093Bv OA9xqont2d2n7dIjnt/o5UP2pqVIFNonR41A+oqNiwrtez/218kU2nmwTQ6uccLogVJN 2ncIbMSmI76jrvieBzEOaoXxyUhR2Q1BzRmKqCnWELZDQBvYJBYo2galUUbaIpM+v255 LmPBgh6fBo10/7ICeHeesjSKJu5uZt4kCCMZlA9CqvXkb8cJnb5SHZJzSJI+Hy/VgDvF kPQrCHDFGS8MHQ0bAofbeYP97n9UiQJLsY5xKGrvXOkVaOlCxaIUIs1wM6Ovi5gbegN7 EVLw== MIME-Version: 1.0 Received: by 10.204.157.26 with SMTP id z26mr3739048bkw.101.1353951858427; Mon, 26 Nov 2012 09:44:18 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.204.128.72 with HTTP; Mon, 26 Nov 2012 09:44:18 -0800 (PST) In-Reply-To: References: <1353746781160-4034333.post@n3.nabble.com> Date: Mon, 26 Nov 2012 09:44:18 -0800 X-Google-Sender-Auth: ET9c-IxirfKEogFlL-dDTc3eCK8 Message-ID: Subject: Re: standalone HBase instance fails to start From: Stack To: Hbase-User Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Nov 25, 2012 at 8:28 AM, matan wrote: > Nothing. Maybe just link to it from > http://hbase.apache.org/book/quickstart.html such that people for whom the > quick start doesn't work, will have a direct route to this and other > prerequisites. > I just added note on loopback to the getting started: http://hbase.apache.org/book.html#quickstart I don't want to clutter the getting started w/ a long list of prereqs that actually are not needed putting up hbase in standalone mode; e.g. you don't need to make sure ssh to localhost is working when doing standalone. Thanks. Any other suggestions on how to improve the doc. are most welcome. St.Ack