Regionserver assignment

2012-04-02 Thread Balaji k
Hi, I have two regionservers and two tables with 10 regions each. When starting first table's 10 regions assigned to first RS and the next table's regions assigned to next RS. So, when i use coprocessor, it is not being executed in both RS. what will be the problem? -- Regards, Balaji,K

Doubt at hbase configuration

2012-03-30 Thread Balaji k
;c1")); scan.setCaching(500); scan.setCacheBlocks(false); ColumnInterpreter ci = null; long a = agg.rowCount(Bytes.toBytes(""), ci, scan); System.out.println(a); now it works fine. What is the problem writing in hbase.site.xml ? where i went wrong? -- Regards, Balaji,K