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_r368393575
########## 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: 当一个大表会有上万的region 为这个表设置一个TTL 会有很多空region 我希望去合并空但是我不希望通过hbase shell 一个个合并,希望有一个合并的任务去执行。 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: us...@infra.apache.org With regards, Apache Git Services