Re: coprocessor and hbase.regionserver.handler.count

2019-01-17 Thread Ankit Singhal
I hope you have configured 200+ handlers in server config and not creating a new connection in every thread. Sharing your java code, hbase version, machine configuration and hbase-site.xml may help us comment more. Regards, Ankit Singhal On Wed, Jan 16, 2019 at 11:35 PM ming.liu wrote: > Thanks

Re: CopyTable pulling from other cluster

2019-01-17 Thread Ankit Singhal
Yes I think, you may try following steps:- * Copy hbase-site.xml of cluster B to cluster A (say under folder /somepath/confB) * Run copy table command through cluster A by setting config to confB folder and giving peer address of cluster A(itself). hbase --config /somepath/confB/ org.apache.hadoop.

[ANNOUNCE] Apache HBase 1.2.10 is now available for download

2019-01-17 Thread Sean Busbey
The HBase team is happy to announce the immediate availability of Apache HBase 1.2.10 Apache HBase is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To lea

CopyTable pulling from other cluster

2019-01-17 Thread Vitaliy Semochkin
Hi, I have two Hadoop clusters with HBase Cluster A can access cluster B, but B can not access A. Is it possible to setup CopyTable to run on A to pull data from B. Best Regards, Vitaliy