[
https://issues.apache.org/jira/browse/KYLIN-6061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930951#comment-17930951
]
ASF subversion and git services commented on KYLIN-6061:
--------------------------------------------------------
Commit 40ddcf8a30aa1ce8259349c7984780e80dcee219 in kylin's branch
refs/heads/kylin5 from jlf
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=40ddcf8a30 ]
KYLIN-6061 build enable gluten
1. Enable Gulten for Async query
2. Enable Gulten for Build Job
3. fix build stage execution progress exception
> Support building index files using Gluten
> -----------------------------------------
>
> Key: KYLIN-6061
> URL: https://issues.apache.org/jira/browse/KYLIN-6061
> Project: Kylin
> Issue Type: Improvement
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Assignee: Guoliang Sun
> Priority: Major
> Fix For: 5.0.2
>
>
> h3. Enable Gluten for Build and Asynchronous Query
> - Add the following parameters:
> - `kylin.engine.gluten.enabled`: Controls whether to use Gluten for
> building. Default is `false` (Gluten is not used for building).
> - `kylin.unique-async-query.gluten.enabled`: Controls whether to use Gluten
> for asynchronous queries. Default is `false` (Gluten is not used for
> asynchronous queries).
> Mismatch Between Build Task Sub-steps and Actual Execution Sub-steps
> - The flat table statistics update is partially unaccounted for in the time
> statistics.
> - According to the build logs, the most time-consuming parts are global
> dictionary generation and flat table creation, which do not align with the
> page display.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)