Skip to content

Commit c6c4662

Browse files
committed
Finalized README.md
1 parent a139616 commit c6c4662

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

presto/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ WITH (
1919
external_location = 's3a://your-bucket/clickbench-parquet/hits/'
2020
);
2121
```
22-
3. Connect to the Presto coordinator and clone the ClickBench repo to run `run.sh`.
22+
3. Connect to the Presto coordinator and run these commands:
23+
```
24+
git clone https://github.com/ClickHouse/ClickBench
25+
cd ClickBench/presto
26+
chmod +x run.sh
27+
./run.sh
28+
```
2329
4. Use the Presto UI or event listeners to get detailed information on the queries including runtime.

0 commit comments

Comments
 (0)