Skip to content

Commit d6bd3c3

Browse files
authored
Revert "add Apache Auron"
1 parent e59fdfd commit d6bd3c3

File tree

8 files changed

+3
-267
lines changed

8 files changed

+3
-267
lines changed

spark-auron/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

spark-auron/benchmark.sh

Lines changed: 0 additions & 90 deletions
This file was deleted.

spark-auron/queries.sql

Lines changed: 0 additions & 43 deletions
This file was deleted.

spark-auron/query.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

spark-auron/run.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

spark-auron/template.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

spark-comet/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This README includes info on configuring Apache Comet for ClickBench. For additi
44

55
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.
66

7-
## Notes
8-
9-
### Debug
7+
### Notes
108

119
- To find all unsupported queries from `log.txt` (requires running bench in debug mode):
1210
```bash
@@ -17,9 +15,6 @@ As usual, benchmark can be run via `./benchmark.sh`. Additionally, users can pro
1715
123 +- HashAggregate [COMET: distinct aggregates are not supported]
1816
...
1917
```
20-
21-
### Links
22-
2318
- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#supported-spark-versions) for _version compatibility_ between Spark and Comet.
2419
- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#using-a-published-jar-file) for _links to Comet jar_.
2520
- Check [here](https://datafusion.apache.org/comet/user-guide/installation.html#run-spark-shell-with-comet-enabled) for _basic Comet configuration_.

spark-gluten/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
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).
1+
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).
22

33
### Run
44

55
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.
66

7-
## Notes
8-
9-
### Links
7+
### Notes
108

119
- Check [here](https://gluten.apache.org/downloads/) for _pre-built jars_.
1210
- 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_.

0 commit comments

Comments
 (0)