what's different between numberOfStores and numberOfStorefiles in region status variables

2013-09-05 Thread ch huang
hi all: i check the region server status though http://IP:60030/rs-statushttp://ip:60030/rs-status and see for some region ,the two variables is not always same,i wonder that what's different between them? numberOfStores=1, numberOfStorefiles=3

Re: what's different between numberOfStores and numberOfStorefiles in region status variables

2013-09-05 Thread lars hofhansl
, they are compacted to fewer, larger files. -- Lars - Original Message - From: ch huang justlo...@gmail.com To: user@hbase.apache.org Cc: Sent: Thursday, September 5, 2013 10:29 PM Subject: what's different between numberOfStores and numberOfStorefiles in region status variables hi all:   i

Re: Region status.

2013-01-17 Thread Adrien Mogenet
Perhaps can you dive into ZK nodes ? On Fri, Jan 11, 2013 at 9:32 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Thanks Ram. It was not for a test case, so I will try to find a different way to do what I need. JM 2013/1/10, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com:

Re: Region status.

2013-01-17 Thread Jean-Marc Spaggiari
That's an idea. But I was looking to something more straightforward like region.getStatus(). At the end, I will modify the way I'm approaching the probleme and anch on some region based coprocessors... 2013/1/17, Adrien Mogenet adrien.moge...@gmail.com: Perhaps can you dive into ZK nodes ? On

Re: Region status.

2013-01-11 Thread Jean-Marc Spaggiari
Thanks Ram. It was not for a test case, so I will try to find a different way to do what I need. JM 2013/1/10, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com: Hi Jean The region transition states are not exposed to the end user. You can only know if the table is enabled, enabling,

Region status.

2013-01-10 Thread Jean-Marc Spaggiari
Hi, How can I get the status of a region? I mean, I have a HRegionInfo and I want to know if this region is opened, closed, opening, in transit, etc. How can I retreive this information? From the table I can get a fresh region info, but I'm not able to find the status into it. I just have

Re: Region status.

2013-01-10 Thread ramkrishna vasudevan
Hi Jean The region transition states are not exposed to the end user. You can only know if the table is enabled, enabling, disabled or disabling. But if you want to do in any of your testcases then YES it is possible. Regards Ram On Thu, Jan 10, 2013 at 7:42 PM, Jean-Marc Spaggiari