standalone HBase instance fails to start

2012-11-24 Thread matan
Hi, My standalone HBase instance, installed as per the 'getting started' section at http://hbase.apache.org/book/quickstart.html, doesn't work insofar. I get in the log file: 2012-11-23 18:26:37,827 INFO org.apache.zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0

Re: standalone HBase instance fails to start

2012-11-24 Thread matan
Thanks! seems to be working! On Sat, Nov 24, 2012 at 1:11 PM, ramkrishna vasudevan [via Apache HBase] < ml-node+s679495n4034334...@n3.nabble.com> wrote: > 127.0.0.1 'hostname' -- View this message in context: http://apache-hbase.679495.n3.nabble.com/standalone-HBase-instance-fails-to-start-

Re: standalone HBase instance fails to start

2012-11-24 Thread Jean-Marc Spaggiari
Maybe this should be added in the documentation as an hint? Le 24 nov. 2012 06:24, "matan" a écrit : > Thanks! seems to be working! > > On Sat, Nov 24, 2012 at 1:11 PM, ramkrishna vasudevan [via Apache HBase] < > ml-node+s679495n4034334...@n3.nabble.com> wrote: > > > 127.0.0.1 'hostname' > > > >

Re: standalone HBase instance fails to start

2012-11-24 Thread matan
As for myself, I'm not 100% sure why it is necessary to change this IP address from one loopback address to the other, so I cannot fully suggest a change in that respect myself.. anyway, it may seem that change is only necessary in Ubuntu/Debian, if that matters in terms of how many people need to

Hbase MapReduce

2012-11-24 Thread Dalia Sobhy
Dear all, I wanted to ask a question.. Do Hbase Aggregate Functions such as rowcount, getMax, get Average use MapReduce to execute those functions? Thanks :D

Re: Hbase MapReduce

2012-11-24 Thread Marcos Ortiz
Regards, Dalia. You have to use MapReduce for that. In the HBase in Practice´s book, there are lot of great examples for this. On 11/24/2012 12:15 PM, Dalia Sobhy wrote: Dear all, I wanted to ask a question.. Do Hbase Aggregate Functions such as rowcount, getMax, get Average use MapReduce to ex

Re: standalone HBase instance fails to start

2012-11-24 Thread matan
It's included here http://hbase.apache.org/book.html actually, maybe link the 'getting started' page to that page, unless it's becoming unfavorably cyclic. On Sat, Nov 24, 2012 at 6:40 PM, Matan Safriel wrote: > As for myself, I'm not 100% sure why it is necessary to change this IP > address fr

Re: Hbase MapReduce

2012-11-24 Thread tom
Hi, but you do not need to us M/R. You could also use coprocessors. See this site: https://blogs.apache.org/hbase/entry/coprocessor_introduction -> in the section "Endpoints" An aggregation coprocessor ships with hbase that should match your requirements. You just need to load it and eventuall

Re: Hbase MapReduce

2012-11-24 Thread Michel Segel
Do you think it would be a good idea to temper the use of CoProcessors? This kind of reminds me of when people first started using stored procedures... Sent from a remote device. Please excuse any typos... Mike Segel On Nov 24, 2012, at 11:46 AM, tom wrote: > Hi, but you do not need to us M/

RE: Hbase MapReduce

2012-11-24 Thread Dalia Sobhy
It 's weird that hbase aggregate functions don't use MapReduce, this means that the performance will be very poor. Is it a must to use coprocessors? Is there a much easier way to improve the functions' performance ? > CC: user@hbase.apache.org > From: michael_se...@hotmail.com > Subject: Re: Hba

Re: EXT :Re: HBase Issues (perhaps related to 127.0.0.1)

2012-11-24 Thread Stack
On Sat, Nov 24, 2012 at 10:31 AM, a...@hsk.hk wrote: > I am also using Ubuntu 12.04, Zookeeper 3.4.4 HBase 0.94.2 and Hadoop 1.0.4. > (64-bit nodes), I finally managed to have the HBase cluster up and running, > below is the line in my /etc/hosts for your reference: > > #127.0.0.1 localhost

Re: standalone HBase instance fails to start

2012-11-24 Thread Stack
On Sat, Nov 24, 2012 at 4:40 AM, Jean-Marc Spaggiari wrote: > Maybe this should be added in the documentation as an hint? We have a section on loopback here: http://hbase.apache.org/book.html#basic.prerequisites What should we add to it? St.Ack

Re: standalone HBase instance fails to start

2012-11-24 Thread Stack
On Sat, Nov 24, 2012 at 9:45 AM, matan wrote: > It's included here http://hbase.apache.org/book.html actually, maybe link > the 'getting started' page to that page, unless it's becoming unfavorably > cyclic. > I did as you suggested by listing java, loopback and ssh as prereqs for getting started

RE: Hbase MapReduce

2012-11-24 Thread Wei Tan
Actually coprocessor can be used to implement MR-like function, while not using Hadoop framework. Best Regards, Wei Wei Tan Research Staff Member IBM T. J. Watson Research Center Yorktown Heights, NY 10598 w...@us.ibm.com; 914-784-6752 From: Dalia Sobhy To: "user@hbase.apache.org"

Re: Issues on disabling compaction in HBase 0.94.2

2012-11-24 Thread PG
Hi, I have figured out the problem... The XML snippet in previous email works for HBase 092 but not for 094. By consulting HBase-default.xml, it can be done to disable all compact ions. Thanks all the same. Regards, Yun On Nov 22, 2012, at 11:06 PM, ramkrishna vasudevan wrote: > Hi Yun, > >