-
Notifications
You must be signed in to change notification settings - Fork 83
feat(presto-clp): Update docs and config generation to support reading archives from S3 and Presto split-filtering config. #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
af8ce88
Rename generate-user-env-vars-file since it will also need to generat…
kirkrodrigues e0a1820
Move CLP config load out of _add_clp_env_vars.
kirkrodrigues 4deb2ba
Add S3 support
anlowee 728efe2
Fix
anlowee 2ba53ca
Fix
anlowee aa3e18d
Add logs
anlowee 67e16ce
Revert "Add logs"
anlowee ba16edf
Merge branch 'main' into xwei/s3-support-config
anlowee 78139be
Merge branch 'main' into xwei/s3-support-config
anlowee 8d6744d
Merge branch 'main' into xwei/s3-support-config
anlowee 2afac89
Fix lint
anlowee d4bf46a
Merge branch 'xwei/s3-support-config' of github.com:anlowee/clp into …
anlowee 5e13836
Merge branch 'main' into xwei/s3-support-config
anlowee d7478f8
Address coderabbitai comments
anlowee 14b3a80
Address coderabbitai comments
anlowee c09641b
Merge branch 'main' into xwei/s3-support-config
anlowee d59af37
Update docs to remove the limitation that only local file system file…
anlowee 80959fc
Merge branch 'main' into xwei/s3-support-config
anlowee ada03bb
Generate clp.properties by pythong script
anlowee 9d92fc9
Merge branch 'xwei/s3-support-config' of github.com:anlowee/clp into …
anlowee 968c29c
Lint fix
anlowee cdaf3f5
Update the docs and config
anlowee 40c352c
Merge branch 'main' into xwei/s3-support-config
anlowee e5e1ed6
Refactor _generate_worker_clp_properties.
kirkrodrigues b9a898f
Remove worker's clp.properties since it'll be generated.
kirkrodrigues e012fb0
Undo unnecessary changes in generate-configs.sh.
kirkrodrigues 354a1aa
Refactor s3 config reading.
kirkrodrigues d1aa25b
Refactor path resolution. Use correct key for staging_directory.
kirkrodrigues 29c4232
Extract CLP S3 env var extraction.
kirkrodrigues c4bcb8b
Remove obsolete method.
kirkrodrigues 5cb13b9
Apply linter.
kirkrodrigues 570c18a
Edit set-up-config.sh.
kirkrodrigues 9842ef6
Note how to configure S3 config and known issue in docs.
kirkrodrigues f769282
Remove blank line.
kirkrodrigues a388247
Fix: Require secret_access_key.
kirkrodrigues 72ae05b
Use correct type annotations.
kirkrodrigues ccaf9a3
Address coderabbitai comments
anlowee 34617b9
Merge remote-tracking branch 'origin/main' into xwei/s3-support-config
anlowee b3694b7
Fix a bug
anlowee 6bcacfb
Update issue
anlowee 0a670b0
Merge branch 'main' into xwei/s3-support-config
anlowee 33592c9
docs: Change supported release to clp v0.5.0; Remove SELECT * warning…
kirkrodrigues bc86d60
Set PRESTO_WORKER_CLPPROPERTIES_STORAGE_TYPE in both fs and s3 cases …
kirkrodrigues 3402f9c
Fix type annotation for _get_config_value.
kirkrodrigues 2ac911a
Use _get_required_config_value for database credentials; Add config f…
kirkrodrigues 06b5771
Minor touch-up.
kirkrodrigues bc90d7f
Update link to split config file syntax.
kirkrodrigues 2b3c624
Merge branch 'main' into xwei/s3-support-config
anlowee 8ac0b03
Address comments
anlowee 2306ba1
Merge branch 'xwei/s3-support-config' of github.com:anlowee/clp into …
anlowee f4d08b4
Merge branch 'main' into xwei/s3-support-config
anlowee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.