KYLIN-5187 Support Alluxio Local Cache + Soft Affinity to speed up the query performance on the cloud#1880
Merged
hit-lacus merged 2 commits intoapache:mainfrom Jun 21, 2022
Conversation
b9b5b82 to
f1d75bb
Compare
f1d75bb to
85201fc
Compare
1. Implement LocalDataCacheManager
2. base xiaoxiang's PR
3. Implement CacheFileScanRDD
4. Implement AbstractCacheFileSystem
5. Optimize performance
6. Support soft affinity for hdfs
7. Support ByteBuffer to read data, and avoid to read data one byte by one byte
8. Support to cache small files in memory : ByteBufferPageStore extends PageStore to support cache data in memory
9. Pre-init KylinCacheFileSystem to fix s3a issue
10. Upgrade alluxio client verion to 2.7.4
85201fc to
f22abfa
Compare
36262ea to
b464928
Compare
|
This pull request introduces 4 alerts when merging f7479fc into fd4a472 - view on LGTM.com new alerts:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1880 +/- ##
=======================================
Coverage ? 23.51%
Complexity ? 4468
=======================================
Files ? 1145
Lines ? 65372
Branches ? 9341
=======================================
Hits ? 15374
Misses ? 48379
Partials ? 1619 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1. Fix exception to get more detailed message for other FileSystem
2. Fix de.thetaphi:forbiddenapis:2.3:check for forbidden api, add default charset UTF-8
5ba66ec to
09ae132
Compare
|
This pull request introduces 4 alerts when merging 09ae132 into fd4a472 - view on LGTM.com new alerts:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Support Alluxio Local Cache + Soft Affinity to speed up the query performance on the cloud.
Support Spark 3.1 only.
Github Branch
As most of the development works are on Kylin 4, we need to switch it as main branch. Apache Kylin community changes the branch settings on Github since 2021-08-04 :
Please check Intro to Kylin 4 architecture and INFRA-22166 if you are interested.
Types of changes
What types of changes does your code introduce to Kylin?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
If this is a relatively large or complex change, kick off the discussion at user@kylin.apache.org or dev@kylin.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...