Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
hbase-operator-tools-1.0.0
-
None
-
HBCK2 is now able to accept subcommand argument lists via input file. See help output for details.
Description
Currently many command accepts a list of region names/ table names/namespaces on the command line. We should accept paths to one or more files that contains these encoded regions, one per line. That way, this command tails nicely into an operator's incantation using grep/sed over log files.
Similar work has been done in https://issues.apache.org/jira/browse/HBASE-23927
Attachments
Issue Links
- Blocked
-
HBASE-23927 hbck2 assigns command should accept one or more files containing a list of region names
- Resolved
- causes
-
HBASE-27119 [HBCK2] Some commands are broken after HBASE-24587
- Resolved
- links to