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 A345A988A for ; Fri, 24 Feb 2012 10:57:33 +0000 (UTC) Received: (qmail 69227 invoked by uid 500); 24 Feb 2012 10:57:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 69184 invoked by uid 500); 24 Feb 2012 10:57:32 -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 69174 invoked by uid 99); 24 Feb 2012 10:57:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 10:57:32 +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 rohitkelkar@gmail.com designates 209.85.210.41 as permitted sender) Received: from [209.85.210.41] (HELO mail-pz0-f41.google.com) (209.85.210.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 10:57:24 +0000 Received: by dadv6 with SMTP id v6so2841547dad.14 for ; Fri, 24 Feb 2012 02:57:03 -0800 (PST) Received-SPF: pass (google.com: domain of rohitkelkar@gmail.com designates 10.68.211.167 as permitted sender) client-ip=10.68.211.167; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rohitkelkar@gmail.com designates 10.68.211.167 as permitted sender) smtp.mail=rohitkelkar@gmail.com; dkim=pass header.i=rohitkelkar@gmail.com Received: from mr.google.com ([10.68.211.167]) by 10.68.211.167 with SMTP id nd7mr5755254pbc.145.1330081023394 (num_hops = 1); Fri, 24 Feb 2012 02:57:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=XAc8Ak/Vo9hLl6SK27NbTL329NInl9Rts2ntznrTNbM=; b=oI5ijE+CJynQBRpRY+L/VWjPmy1NTcek1Nc6zgj0lrrHu4vOVff5onx19Os5mKD2QV 1O89ZA23jV9i9XzdACN4I2tN650xl+TEpkHwg37LyqCgYFlRg/zAYVRb7NilyHBm5eko LxIQp/GBL/5le7S4MP+s+mo80oF5fUeRazKWo= MIME-Version: 1.0 Received: by 10.68.211.167 with SMTP id nd7mr4831025pbc.145.1330081023316; Fri, 24 Feb 2012 02:57:03 -0800 (PST) Received: by 10.68.59.138 with HTTP; Fri, 24 Feb 2012 02:57:03 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 16:27:03 +0530 Message-ID: Subject: Re: Up and running HDFS / HBase Installation From: Rohit Kelkar To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Try absolute path from / $hadoop dfs -ls /hbase On Fri, Feb 24, 2012 at 4:15 PM, Admin Absoftinc wrot= e: > I have a up and running Hbase / HDFS installation. > Question:How can I ensure that the data is written to HDFS and not the > local file system. > > I am using Pseudo Distributed Hbase installation. > > The challenge is:- > If =A0I issue > $hadoop fs hbase > > It does not list any content under hbase. > > Coming from a RDBMS background, I am thinking there has to be a set of > files under hbase. > > Thanks