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 CF5A1DAF6 for ; Tue, 27 Nov 2012 04:46:55 +0000 (UTC) Received: (qmail 86848 invoked by uid 500); 27 Nov 2012 04:46:54 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 86577 invoked by uid 500); 27 Nov 2012 04:46:52 -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 86523 invoked by uid 99); 27 Nov 2012 04:46:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 04:46:50 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alokmahor@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 04:46:43 +0000 Received: by mail-ie0-f169.google.com with SMTP id c14so4917771ieb.14 for ; Mon, 26 Nov 2012 20:46:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LpifPZ3ihfRaq7vBr36rx9KtII6dBWy09ltE9ktba7I=; b=DeLGYv7Oc4fiDwUCPdavrtZe8KbtDYCdXTDLBs92kvsA1lKZn8QbCpRuWVqxLnizNh l3Wxq/1rZSMNtPp71IA9K+2PCyuGU+TIWaEWqcef+E1vxWWeGPaPbYeWLyirJMZRBJ2F CWkYDLtU0TozEhXG80m5cYCBzkZXPiYngyJz3Qwmfq2sU1uA9KnoROuj/uPRVAIY2smr PpqzWcVQX+AG7B5DKv68Xxi5VpUPGxzbCsQVEuoPAsLKbWpU4Uz7356LdlI5Ez7bH0t2 kFOPMvK1DnlT7pKz+yYQ+z2d4hH79tu2bX2aZrt1RdROObHFUa3FaI2pS1vAp1bLTa3w T0xA== MIME-Version: 1.0 Received: by 10.50.196.133 with SMTP id im5mr14107997igc.61.1353991582392; Mon, 26 Nov 2012 20:46:22 -0800 (PST) Received: by 10.50.21.2 with HTTP; Mon, 26 Nov 2012 20:46:22 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Nov 2012 10:16:22 +0530 Message-ID: Subject: Re: HBase manager GUI From: Alok Singh Mahor To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=14dae93411854c205e04cf72bb13 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93411854c205e04cf72bb13 Content-Type: text/plain; charset=ISO-8859-1 thanks a lot Mahammad for this very complete and so mature reply :) I am very new and just started playing with HBase for my college project work. I will try to play with API's thanks :) On Tue, Nov 27, 2012 at 2:31 AM, Mohammad Tariq wrote: > Hello Alok, > > I have seen this project. Good work. But let me tell you one thing, the > way Hbase is used is slightly different from the way you use traditional > relational databases. Rarely people, who are working on real clusters, face > a situation wherein they need to query Hbase directly. Though it can be > done just for a few minor tasks like small gets, scans, puts etc etc. For > that the Hbase shell is more than sufficient. > > People either use Hbase API features like filters or co-processors or write > MapReduce jobs to query their Hbase tables or map their tables to Hive > warehouse tables. Having said that, I would suggest you to get yourself > familiar with Hbase API rather than relying on any other thing if you are > planning to adopt Hbase as your primary datastore. > > The web interface provided by Hbase is just for visualization and > monitoring and not for performing various table operations. But, that > doesn't mean it is completely useless. Hbase guys have done really a great > work. You can even perform some operation from the webUI as well. > > HTH > > Regards, > Mohammad Tariq > > > > On Tue, Nov 27, 2012 at 12:55 AM, Alok Singh Mahor >wrote: > > > I need frontend for HBase shell like we have phpmyadmin for MySql. > > > > I tried 127.0.0.1:600010 and 127.0.0.1:60030 these are just giving > > information about master mode and regional server respectively. so I > tried > > to use hbasemanagergui but i am unable to connect it > > > > does HBase web UI have feature of using it as hbase shell GUI > alternative ? > > if yes how to run that? > > > > On Tue, Nov 27, 2012 at 12:16 AM, Harsh J wrote: > > > > > What are your exact 'manager GUI' needs though? I mean, what are you > > > envisioning it will help you perform (over the functionality already > > > offered by the HBase Web UI)? > > > > > > On Mon, Nov 26, 2012 at 9:59 PM, Alok Singh Mahor > > > > wrote: > > > > Hi all, > > > > I have set up standalone Hbase on my laptop. HBase shell is working > > fine. > > > > and I am not using hadoop and zookeeper > > > > I found one frontend for HBase > > > > https://sourceforge.net/projects/hbasemanagergui/ > > > > but i am not able to use this > > > > > > > > to set up connection i have to give information > > > > hbase.zookeeper.quorum: > > > > hbase.zookeeper.property.clientport: > > > > hbase.master: > > > > > > > > I values I have to set in these fields and I am not using zookeeper. > > > > did anyone try this GUI? > > > > thanks in advance :) > > > > > > > > > > > > -- > > > > Alok Singh Mahor > > > > http://alokmahor.co.cc > > > > Join the next generation of computing, Open Source and Linux/GNU!! > > > > > > > > > > > > -- > > > Harsh J > > > > > > > > > > > -- > > Alok Singh Mahor > > http://alokmahor.co.cc > > Join the next generation of computing, Open Source and Linux/GNU!! > > > -- Alok Singh Mahor http://alokmahor.co.cc Join the next generation of computing, Open Source and Linux/GNU!! --14dae93411854c205e04cf72bb13--