Skip to content

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Feb 1, 2024
1 parent 1a94d1c commit 868421d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A benchmark for generic, large-scale shuffle operations on continuous stream of
Currently, we provide implementations for the following frameworks:

* [Apache Flink](https://flink.apache.org/)
* [Apache Spark](https://spark.apache.org/)
* [Apache Spark (Structured Streaming)](https://spark.apache.org/)
* [Apache Kafka Streams](https://kafka.apache.org/documentation/streams/)
* [Hazlecast (with its Jet engine)](https://hazelcast.com/)

Expand Down Expand Up @@ -41,5 +41,5 @@ For Spark, we have to build and push the image manually (e.g., using the Docker

```sh
docker build -t <your.registry.com>/shufflebench/shufflebench-spark shuffle-spark/
docker push shufflebench-spark
docker push <your.registry.com>/shufflebench/shufflebench-spark
```

0 comments on commit 868421d

Please sign in to comment.