enabling hbase metrics on a running instance

2010-04-06 Thread Igor Ranitovic
Is it possible to enable the hbase metrics without a restart? Thanks. i.

Re: NPE in thrift deleteAll

2010-02-09 Thread Igor Ranitovic
Hi Stack, > Any chance of your making an issue and attaching a patch with the > below?  (It looks like the change you make below should happen in more > than the place you cite) HBASE-2210 > P.S. That port is almost gone. Good! ;) Take care, i. > On Sun, Feb 7, 2010 a

NPE in thrift deleteAll

2010-02-07 Thread Igor Ranitovic
We got NPE in the thrift deleteAll when deleting all of cells of an entire family of a single row (e.g deleteAll(table, key, familyname)). In org.apache.hadoop.hbase.thrift.ThriftServer's deleteAllTs the line if (famAndQf[1].length == 0) { should be if (famAndQf[1] == null || famAndQf[1]

Re: major_compaction and LZO

2009-09-12 Thread Igor Ranitovic
server nodes? Run at DEBUG log level and initiate major_compaction. Anything relevant in the master log? Anything relevant in the region server logs? - Andy From: Igor Ranitovic To: hbase-user@hadoop.apache.org Sent: Wednesday, September 2, 2009 2:52:11 PM

Re: major_compaction and LZO

2009-09-02 Thread Igor Ranitovic
econds 0 row result for an admin command doesn't mean anything. This tells you the command was accepted. If there was a problem, an exception would be thrown. - Andy ____ From: Igor Ranitovic To: hbase-user@hadoop.apache.org Sent: Wednesday, September

Re: major_compaction and LZO

2009-09-02 Thread Igor Ranitovic
k the regionserver logs looking for any major compaction lines. in your case, the table will take a lot less longer, but still not instant. Give it another shot, see what happens. -ryan On Wed, Sep 2, 2009 at 12:57 PM, Igor Ranitovic wrote: After setting up a test table with about 250K rows, I want

major_compaction and LZO

2009-09-02 Thread Igor Ranitovic
After setting up a test table with about 250K rows, I wanted to enable lzo compression on it. In the shell, I disabled and altered the table and then ran major_compaction. This is the result: hbase(main):013: major_compact 'urls' 0 row(s) in 0.0460 seconds Does '0 rows' means that this did not