Skip to content

Commit 04a922f

Browse files
authored
[native] README: fixed a typo in aws dep install command. (#25878)
## Description Fixes a small typo on aws dependency install command. ## Motivation and Context <!---Why is this change required? What problem does it solve?--> <!---If it fixes an open issue, please link to the issue here.--> ## Impact <!---Describe any public API or user-facing feature change or any performance impact--> ## Test Plan <!---Please fill in how you tested your change--> ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes Please follow [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines) and fill in the release notes below. ``` == NO RELEASE NOTE == ```
1 parent e7f7e26 commit 04a922f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

presto-native-execution/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ S3 support needs the [AWS SDK C++](https://github.com/aws/aws-sdk-cpp) library.
9595
This dependency can be installed by running the target platform build script
9696
from the `presto/presto-native-execution` directory.
9797

98-
`./velox/scripts/setup-centos9.sh install_aws`
98+
`./velox/scripts/setup-centos9.sh install_aws_deps`
99+
Or
100+
`./velox/scripts/setup-ubuntu.sh install_aws_deps`
99101

100102
#### JWT Authentication
101103
To enable JWT authentication support, add `-DPRESTO_ENABLE_JWT=ON` to the
@@ -240,7 +242,7 @@ Run CLion:
240242
* To enable clang format you need
241243
* Open any h or cpp file in the editor and select `Enable ClangFormat` by clicking `4 spaces` rectangle in the status bar (bottom right) which is next to `UTF-8` bar.
242244

243-
![ScreenShot](cl_clangformat_switcherenable.png)
245+
![ScreenShot](docs/images/cl_clangformat_switcherenable.png)
244246

245247
### Run Presto Coordinator + Worker
246248
* Note that everything below can be done without using IDEs by running command line commands (not in this readme).

0 commit comments

Comments
 (0)