[ https://issues.apache.org/jira/browse/HBASE-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066889#comment-13066889 ]
Lars George commented on HBASE-4113: ------------------------------------ The patch adds two things: - Support for create_async, which uses the async creation - Support for create with start and end key, plus number of regions Note: The latter is missing from the async call, so we should create a new issue to support that too. Internally it already calls the async anyways, it is just missing the split computation - which could be done from the client side using the public Bytes methods. But then again, why do we have a sync create with that signature? I vote for both or none. > Add createAsync and splits by start and end key to the shell > ------------------------------------------------------------ > > Key: HBASE-4113 > URL: https://issues.apache.org/jira/browse/HBASE-4113 > Project: HBase > Issue Type: Improvement > Affects Versions: 0.92.0 > Reporter: Lars George > Priority: Minor > Fix For: 0.92.0 > > Attachments: HBASE-4113.patch > > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira