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
37 changes: 0 additions & 37 deletions spark-auron/README.md

This file was deleted.

90 changes: 0 additions & 90 deletions spark-auron/benchmark.sh

This file was deleted.

43 changes: 0 additions & 43 deletions spark-auron/queries.sql

This file was deleted.

66 changes: 0 additions & 66 deletions spark-auron/query.py

This file was deleted.

10 changes: 0 additions & 10 deletions spark-auron/run.sh

This file was deleted.

11 changes: 0 additions & 11 deletions spark-auron/template.json

This file was deleted.

7 changes: 1 addition & 6 deletions spark-comet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ This README includes info on configuring Apache Comet for ClickBench. For additi

As usual, benchmark can be run via `./benchmark.sh`. Additionally, users can provide machine spec like `./benchmark.sh c6a.8xlarge` so script saves it in relevant file.

## Notes

### Debug
### Notes

- To find all unsupported queries from `log.txt` (requires running bench in debug mode):
```bash
Expand All @@ -17,9 +15,6 @@ As usual, benchmark can be run via `./benchmark.sh`. Additionally, users can pro
123 +- HashAggregate [COMET: distinct aggregates are not supported]
...
```

### Links

- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#supported-spark-versions) for _version compatibility_ between Spark and Comet.
- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#using-a-published-jar-file) for _links to Comet jar_.
- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#run-spark-shell-with-comet-enabled) for _basic Comet configuration_.
Expand Down
6 changes: 2 additions & 4 deletions spark-gluten/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
This README includes info on configuring Apache Gluten for ClickBench. For additional details, please refer to [Gluten's docs](https://apache.github.io/incubator-gluten/get-started/Velox.html), [spark-accelerators README](../spark/README-accelerators.md) and [discussion](https://github.com/apache/incubator-gluten/discussions/10465).
This README includes info on configuring Apache Gluten for ClickBench. For additional details, please refer to [Gluten's docs](https://apache.github.io/incubator-gluten/get-started/Velox.html) and [spark-accelerators README](../spark/README-accelerators.md).

### Run

As usual, benchmark can be run via `./benchmark.sh`. Additionally, users can provide machine spec like `./benchmark.sh c6a.8xlarge` so script saves it in relevant file.

## Notes

### Links
### Notes

- Check [here](https://gluten.apache.org/downloads/) for _pre-built jars_.
- Check [here](https://gluten.apache.org/#3-how-to-use) and [here](https://apache.github.io/incubator-gluten/get-started/Velox.html#submit-the-spark-sql-job) for _examples of Gluten configuration_.
Expand Down