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
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
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
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
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