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 inter

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 thei

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 R

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 Sp