Re: Balancing a table's regions across region servers

2017-04-19 Thread Kahlil Oppenheimer
The current StochasticLoadBalancer does not actually handle table skew as expected (see HBASE-17706 ), but I'm currently working on a patch (HBASE-17707) that should (hopefully) be merged to master in the next 2 weeks that completely rewrites this logic and ensures the StochasticLoadBalancer better

Re: HBase table Size

2017-04-19 Thread Ted Yu
For Apache hadoop, you can use 'hdfs dfs -du' command on the table directory. Not sure of the equivalent for MapR hadoop. Consider polling their mailing list. On Wed, Apr 19, 2017 at 5:20 AM, Chetan Khatri wrote: > Hello Dev, > > How to get HBase Table Size from HDFS ? I am using MapR Hadoop >

HBase table Size

2017-04-19 Thread Chetan Khatri
Hello Dev, How to get HBase Table Size from HDFS ? I am using MapR Hadoop Distribution. Thank you.

Re: Hbase exportSnapshot fails in HA missing hbase-prefix-tree.jar

2017-04-19 Thread Vasco Pinho
Anyone have any ideas what might be causing this? Wrong classpath? Some package missing? On Sun, Apr 16, 2017 at 9:25 AM, Vasco Pinho wrote: > Running Hadoop 2.7.2, Hbase 1.2.4. > > On Fri, Apr 14, 2017 at 6:47 PM, Ted Yu wrote: > >> I can debug this next week when I have access to an HA cluste