[
https://issues.apache.org/jira/browse/KYLIN-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366365#comment-17366365
] ASF GitHub Bot commented on KYLIN-4895: --------------------------------------- codecov-commenter commented on pull request #1568: URL: https://github.com/apache/kylin/pull/1568#issuecomment-864712270 # [Codecov](https://codecov.io/gh/apache/kylin/pull/1568?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > :exclamation: No coverage uploaded for pull request base (`kylin-on-parquet-v2@c943745`). [Click here to learn what that means](https://docs.codecov.io/docs/error-reference?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#section-missing-base-commit). > The diff coverage is `n/a`. [](https://codecov.io/gh/apache/kylin/pull/1568?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) ```diff @@ Coverage Diff @@ ## kylin-on-parquet-v2 #1568 +/- ## ====================================================== Coverage ? 24.01% Complexity ? 4649 ====================================================== Files ? 1158 Lines ? 66424 Branches ? 9735 ====================================================== Hits ? 15951 Misses ? 48795 Partials ? 1678 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/kylin/pull/1568?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/kylin/pull/1568?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [c943745...0f6456c](https://codecov.io/gh/apache/kylin/pull/1568?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] > change spark deploy mode of kylin4.0 engine from local to cluster > ----------------------------------------------------------------- > > Key: KYLIN-4895 > URL: https://issues.apache.org/jira/browse/KYLIN-4895 > Project: Kylin > Issue Type: New Feature > Components: Job Engine > Affects Versions: v4.0.0-alpha > Reporter: tianhui > Assignee: tianhui > Priority: Major > Fix For: v4.0.0 > > > In cloud native environment, the memory of pod is quite limited. But the > spark Driver can use a huge amount of memory, in job engine pod, which is > quite difficult to manage when there are more and more projects. > So it's better to put spark driver on yarn, and kylin only maintain its > status. > -- This message was sent by Atlassian Jira (v8.3.4#803005)
