[
https://issues.apache.org/jira/browse/PHOENIX-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959946#comment-14959946
]
Hudson commented on PHOENIX-2292:
---------------------------------
FAILURE: Integrated in Phoenix-master #921 (See
[https://builds.apache.org/job/Phoenix-master/921/])
PHOENIX-2292 Improve performance of direct HBase API index build (Ravi
(tdsilva: rev 8958431b379e76d14b30d1641803eab5c89957db)
*
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/PhoenixIndexImportDirectMapper.java
*
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/DirectHTableWriter.java
> Improve performance of direct HBase API index build
> ---------------------------------------------------
>
> Key: PHOENIX-2292
> URL: https://issues.apache.org/jira/browse/PHOENIX-2292
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: James Taylor
> Assignee: Ravi Kishore Valeti
> Fix For: 4.6.0
>
> Attachments: PHOENIX-2292.patch
>
>
> The direct HBase API index build _should_ be almost as fast as the native
> Phoenix index build, but we're seeing a big difference:
> | | 100M narrow table (min) | 1B narrow table (min) | 1B wide table (min)
> | Non MR | 10 | 76 | 511
> | HFile MR | 17 | 161 | 1,375
> | Direct HBase APIs | 24 | 84 | 1,450
> These results are for a 8 node cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)