[
https://issues.apache.org/jira/browse/KYLIN-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaoxiang Yu closed KYLIN-4213.
-------------------------------
Resolved in release 4.0.0-alpha (2020-09-13)
> The new build engine with Spark-SQL
> -----------------------------------
>
> Key: KYLIN-4213
> URL: https://issues.apache.org/jira/browse/KYLIN-4213
> Project: Kylin
> Issue Type: New Feature
> Components: Job Engine
> Reporter: yiming.xu
> Assignee: yiming.xu
> Priority: Major
> Fix For: v4.0.0-alpha
>
>
> 1. Use Spark-SQL to compute cuboid, build cuboid A, B, C , Sum(D) is sql
> "select A B C Sum(D) from table group by A, B, C".
> 2. To void many memory errors or other exceptions, we can auto set spark conf
> with build job.E.g use adaptive execution.
> 3. The snapshot table will save a table with parquet format.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)