Re: Command line tool to get the list of Failed Regions

2017-07-07 Thread Sean Busbey
you could use the shell in non-interactive mode to do this. I don't have access to an instance ATM, but the JIRA for getting some shell examples has a start https://issues.apache.org/jira/browse/HBASE-15611 look for the one "how do I list regions for a table". if you use that example in an

Re: Command line tool to get the list of Failed Regions

2017-07-07 Thread Josh Elser
HBCK can do this, something like `hbase hbck -summary `. This wouldn't be easily machine-consumable, but the content should be there. On 7/7/17 3:48 PM, jeff saremi wrote: Is there a command line option that would give us a list of offline Regions for a table? or a list of all regions and

Re: scope of RegionCoprocessorEnvironment sharedData

2017-07-07 Thread Ted Yu
The tricky part about correlating preScannerOpen() with postScannerNext() call is that: Scan object is not passed to postScannerNext() (therefore the attribute passed from client is absent) The thread handling postScannerNext() may be different from the thread handling preScannerOpen() There is

Command line tool to get the list of Failed Regions

2017-07-07 Thread jeff saremi
Is there a command line option that would give us a list of offline Regions for a table? or a list of all regions and their status similar to the Tasks section of master-status web page? thanks

[ANNOUNCE] Apache Phoenix 4.11 released

2017-07-07 Thread James Taylor
The Apache Phoenix team is pleased to announce the immediate availability of the 4.11.0 release. Apache Phoenix enables SQL-based OLTP and operational analytics for Apache Hadoop using Apache HBase as its backing store and providing integration with other projects in the Apache ecosystem such as

Re: Exception in HBase get

2017-07-07 Thread Graceline Abigail Prem Kumar
Hi We are currently used Hbase 1.2.5. This exception occurs frequently, both on the server and on the client side. Regards, Graceline Abigail P On Thu, Jul 6, 2017 at 11:08 AM, Graceline Abigail Prem Kumar < pgabigai...@gmail.com> wrote: > Hi > > We have got an IllegalStateException during