mygood commented on a change in pull request #1016: HBASE-23656 [MERGETOOL] HBASE Support Merge region by pattern URL: https://github.com/apache/hbase/pull/1016#discussion_r368393637
########## File path: bin/hbase.cmd ########## @@ -436,4 +436,5 @@ goto :eof echo mapredcp Dump CLASSPATH entries required by mapreduce echo version Print the version echo CLASSNAME Run the class named CLASSNAME + echo onlinemerge Run the merge tool Review comment: When a large table has tens of thousands of region to set a TTL for this table, there will be many empty region. I want to merge the empty region, but I don't want to merge them one by one through HBase shell. I want to have a merge task to execute. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
