Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions presto-native-execution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ S3 support needs the [AWS SDK C++](https://github.com/aws/aws-sdk-cpp) library.
This dependency can be installed by running the target platform build script
from the `presto/presto-native-execution` directory.

`./velox/scripts/setup-centos9.sh install_aws`
`./velox/scripts/setup-centos9.sh install_aws_deps`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we have added centos and ubuntu, why not adding macos too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because, I have not verified that works.

Or
`./velox/scripts/setup-ubuntu.sh install_aws_deps`

#### JWT Authentication
To enable JWT authentication support, add `-DPRESTO_ENABLE_JWT=ON` to the
Expand Down Expand Up @@ -229,7 +231,7 @@ Run CLion:
* To enable clang format you need
* 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.

![ScreenShot](cl_clangformat_switcherenable.png)
![ScreenShot](docs/images/cl_clangformat_switcherenable.png)

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