It is throwing error like org.apache.hadoop.hbase.client.RetriesExhaustedException: Can't get the locations
Thanks On Tue, May 16, 2017 at 6:32 PM, Ted Yu <[email protected]> wrote: > Did you follow this to deploy RowCountEndpoint ? > hbase-client/src/main/java/org/apache/hadoop/hbase/ > client/coprocessor/package-info.java > > If the endpoint hangs, can you select region server(s) and capture stack > trace ? > > Pastebin the traces you capture. > > Which hbase release are you using ? > > Cheers > > On Mon, May 15, 2017 at 10:48 PM, Rajeshkumar J < > [email protected] > > wrote: > > > Hi, > > > > I am currently analyzing hbase coprocessor and I tried run > > RowCountEndPoint in single node cluster it is working fine. But whn I try > > to run in multi node cluster it is not throwing error but it hangs in the > > sense it is not running continuously. I have loaded coprocessor > > dynamically. > > > > Thanks > > >
