We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a139616 commit c6c4662Copy full SHA for c6c4662
presto/README.md
@@ -19,5 +19,11 @@ WITH (
19
external_location = 's3a://your-bucket/clickbench-parquet/hits/'
20
);
21
```
22
-3. Connect to the Presto coordinator and clone the ClickBench repo to run `run.sh`.
+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
29
4. Use the Presto UI or event listeners to get detailed information on the queries including runtime.
0 commit comments