diff --git a/README.md b/README.md index 4f936d0..73905cc 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@ [![Version](https://img.shields.io/github/release/streamnative/pulsar-spark/all.svg)](https://github.com/streamnative/pulsar-spark/releases) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fstreamnative%2Fpulsar-spark.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fstreamnative%2Fpulsar-spark?ref=badge_shield) Unified data processing with [Apache Pulsar](https://pulsar.apache.org) and [Apache Spark](https://spark.apache.org). ## Prerequisites - Java 8 or later -- Spark 3.2.2 or later +- Spark 3.4.0 or later - Pulsar 2.10.2 or later ## Preparations @@ -625,7 +624,3 @@ mvn -Dsuites=org.apache.spark.sql.pulsar.CachedPulsarClientSuite clean install This might be handy if test execution is slower, or you get a `java.io.IOException: Too many open files` exception during full suite run. Once the installation is finished, there is a fat jar generated under both local maven repo and `target` directory. - - -## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fstreamnative%2Fpulsar-spark.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fstreamnative%2Fpulsar-spark?ref=badge_large)