[ 
https://issues.apache.org/jira/browse/HBASE-12223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170133#comment-14170133
 ] 

Enis Soztutar commented on HBASE-12223:
---------------------------------------

The following change does not seem right: 
{code}
-    Connection connection = 
ConnectionFactory.createConnection(context.getConfiguration());
-    Table table = connection.getTable(tSplit.getTable());
+    HTable table =
+        new HTable(context.getConfiguration(), tSplit.getTableName());
{code}
It is changing the new style of API usage into deprecated usage. 



> MultiTableInputFormatBase.getSplits is too slow
> -----------------------------------------------
>
>                 Key: HBASE-12223
>                 URL: https://issues.apache.org/jira/browse/HBASE-12223
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 0.94.15
>            Reporter: shanwen
>            Assignee: YuanBo Peng
>            Priority: Minor
>             Fix For: 2.0.0, 0.98.8, 0.94.25, 0.99.2
>
>         Attachments: HBASE-12223.patch
>
>
> when use Multiple scan,getSplits is too slow,800 scans take five minutes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to