Hi folks, I have a general question about Hbase. Can we pick which region server we want to save a particular row? The reason I am asking this is because sometimes we want to manually balance region servers' load. If we could assign particular rows to particular region servers, we can have that control. I understand that Hbase will balance its load automatically by create multiple copies of hfiles in HDFS. But, we do want to have more control over that. Is it possible or is it already in Hbase but we didn't find it? Many thanks.
William
