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 <donta...@gmail.com> 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 <alokma...@gmail.com
> >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 <ha...@cloudera.com> 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 <alokma...@gmail.com
> >
> > > 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!!

Reply via email to